Html Css Color HEX #FF0D06 Red

📋 copy color: '#FF0D06'

red 255 ◦ green 13 ◦ blue 6

#FF0D06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red #FF0D06

Tints of Red #FF0D06

RGB

 RED value IS 255 (100% from 255) = 93.07%

 GREEN value IS 13 (5.47% from 255) = 4.74%

 BLUE value IS 6 (2.73% from 255) = 2.19%

R = 93.07%
G = 4.74%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FF0D06 (or 0xFF0D06) is known color: Red. HEX triplet: FF, 0D and 06. RGB value is (255,13,6). Sum of RGB (Red+Green+Blue) = 255+13+6=274 (36% of max value = 765). Red value is 255 (100% from 255 or 93.07% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D06 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0D06 is #00F2F9. Grayscale: #545454. Windows color (decimal): -62202 or 396799. OLE color: 396799.

HSL color Cylindrical-coordinate representation of color #FF0D06: hue angle of 1.69º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0D06 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 255 13 6 -
CMYK 0 0.95 0.98 0
HSL 1.69º 1% 0.51% -
HSV(B) 1.69º 0.98% 1% -
XYZ 41.42 21.56 2.15 -
YUV 84.56 83.67 249.57 -
System Red Green Blue C M Y K H S L
Decimal 255 13 6 0 0.95 0.98 0 1.69 1 0.51
Hex FF D 6 0 5F 62 0 2 64 33
Octal 377 15 6 0 137 142 0 2 144 63
Binary 11111111 1101 110 0 1011111 1100010 0 10 1100100 110011

Color Harmonies of #FF0D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0D06

Black with #FF0D06

Text Example


Text Example

White with #FF0D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0D06; }

 p { color: rgb(255,13,6); }

 H1.HeaderClassName
 {
   color: #FF0D06;
 }
 .AnyTagClassName
 {
   color: #FF0D06;
 }
</style>

background-color css

<style>
 a { background-color: #FF0D06; }

 a { background-color: rgb(255,13,6); }

 div.DivClassName
 {
   background-color: #FF0D06;
 }
 .BgClassName
 {
   background-color: #FF0D06;
 }
</style>

border-color css

<style>
 span { border-color: #FF0D06; }

 span { border-color: rgb(255,13,6); }

 td.TdClassName
 {
   border-color: #FF0D06;
 }
 .TagClassName
 {
   border-color: #FF0D06;
 }
</style>