Color Hex Logo

#ff020d Color Hex

#FF020D
(255,2,13)
0 Favorites   0 Comments

Color spaces of #ff020d

RGB 255213
HSL0.991.000.50
HSV357°99°100°
CMYK 0.000.990.95   0.00
XYZ41.334421.33252.3198
Yxy21.33250.63600.3283
Hunter Lab46.187178.918229.3531
CIE-Lab53.311580.059164.0579

#ff020d color RGB value is (255,2,13).

#ff020d hex color red value is 255, green value is 2 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ff020d hue: 0.99 , saturation: 1.00 and the lightness value of ff020d is 0.50.

The process color (four color CMYK) of #ff020d color hex is 0.00, 0.99, 0.95, 0.00. Web safe color of #ff020d is #ff0000. Color #ff020d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000010 00001101
Octal 377 2 15
Decimal 255 2 13
Hex FF 2 D

RGB Percentages of Color #ff020d

%94.44
%0.74
%4.81

CMYK Percentages of Color #ff020d

%0
%99
%95
%0

Triadic Colors of #ff020d

#ff020d #0dff02 #020dff

Analogous Colors of #ff020d

#ff020d #ff7602 #ff028c

Monochromatic Colors of #ff020d

#ff020d

Complementary Color

#ff020d #02fff4

#ff020d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff020d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff020d Color CSS Codes

.mybgcolor {background-color:#ff020d; } 
.myforecolor {color:#ff020d; }
.mybordercolor {border:3px solid #ff020d; }

#ff020d Text Font Color

<p style="color:#ff020d">Text here</p>

This sample text font color is #ff020d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ff020d Background Color

<div style="background-color:#ff020d">
Div content here</div>

This div background color is #ff020d


#ff020d Border Color

<div style="border:3px solid #ff020d">
Div here</div>

This div border color is #ff020d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,2,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff020d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff020d;
  -webkit-box-shadow: 1px 1px 3px 2px #ff020d;
  box-shadow:         1px 1px 3px 2px #ff020d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,2,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ff020d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ff020d;
  -webkit-box-shadow: 1px 1px 3px 2px #ff020d;
  box-shadow:         1px 1px 3px 2px #ff020d;">
Div content here</div>

This div box has shadow with color #ff020d


Comments

No comments written yet.

Please login to write comment.