Html Css Color HEX #FF1206 Red

📋 copy color: '#FF1206'

red 255 ◦ green 18 ◦ blue 6

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

Shades of Red #FF1206

Tints of Red #FF1206

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.45%

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

R = 91.4%
G = 6.45%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF1206 (or 0xFF1206) is known color: Red. HEX triplet: FF, 12 and 06. RGB value is (255,18,6). Sum of RGB (Red+Green+Blue) = 255+18+6=279 (36% of max value = 765). Red value is 255 (100% from 255 or 91.40% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 6 (2.73% from 255 or 2.15% from 279); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1206 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1206 is #00EDF9. Grayscale: #575757. Windows color (decimal): -60922 or 398079. OLE color: 398079.

HSL color Cylindrical-coordinate representation of color #FF1206: hue angle of 2.89º 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 #FF1206 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 255 18 6 -
CMYK 0 0.93 0.98 0
HSL 2.89º 1% 0.51% -
HSV(B) 2.89º 0.98% 1% -
XYZ 41.49 21.71 2.18 -
YUV 87.5 82.02 247.48 -
System Red Green Blue C M Y K H S L
Decimal 255 18 6 0 0.93 0.98 0 2.89 1 0.51
Hex FF 12 6 0 5D 62 0 3 64 33
Octal 377 22 6 0 135 142 0 3 144 63
Binary 11111111 10010 110 0 1011101 1100010 0 11 1100100 110011

Color Harmonies of #FF1206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1206

Black with #FF1206

Text Example


Text Example

White with #FF1206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1206; }

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

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

background-color css

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

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

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

border-color css

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

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

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