Html Css Color HEX #FE1206 Red

📋 copy color: '#FE1206'

red 254 ◦ green 18 ◦ blue 6

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

Shades of Red #FE1206

Tints of Red #FE1206

RGB

 RED value IS 254 (99.61% from 255) = 91.37%

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

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

R = 91.37%
G = 6.47%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE1206 (or 0xFE1206) is known color: Red. HEX triplet: FE, 12 and 06. RGB value is (254,18,6). Sum of RGB (Red+Green+Blue) = 254+18+6=278 (36% of max value = 765). Red value is 254 (99.61% from 255 or 91.37% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 6 (2.73% from 255 or 2.16% from 278); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1206 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1206 is #01EDF9. Grayscale: #575757. Windows color (decimal): -126458 or 398078. OLE color: 398078.

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

Color convert

RGB 254 18 6 -
CMYK 0 0.93 0.98 0.00
HSL 2.9º 0.99% 0.51% -
HSV(B) 2.9º 0.98% 1% -
XYZ 41.12 21.52 2.16 -
YUV 87.2 82.19 246.98 -
System Red Green Blue C M Y K H S L
Decimal 254 18 6 0 0.93 0.98 0.00 2.9 0.99 0.51
Hex FE 12 6 0 5D 62 0 3 63 33
Octal 376 22 6 0 135 142 0 3 143 63
Binary 11111110 10010 110 0 1011101 1100010 0 11 1100011 110011

Color Harmonies of #FE1206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1206

Black with #FE1206

Text Example


Text Example

White with #FE1206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1206; }

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

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

background-color css

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

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

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

border-color css

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

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

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