Html Css Color HEX #FE0412 Torch Red

📋 copy color: '#FE0412'

red 254 ◦ green 4 ◦ blue 18

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

Shades of Torch Red #FE0412

Tints of Torch Red #FE0412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

 BLUE value IS 18 (7.42% from 255) = 6.52%

R = 92.03%
G = 1.45%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE0412 (or 0xFE0412) is known color: Torch Red. HEX triplet: FE, 04 and 12. RGB value is (254,4,18). Sum of RGB (Red+Green+Blue) = 254+4+18=276 (36% of max value = 765). Red value is 254 (99.61% from 255 or 92.03% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0412 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0412 is #01FBED. Grayscale: #505050. Windows color (decimal): -130030 or 1180926. OLE color: 1180926.

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

Color convert

RGB 254 4 18 -
CMYK 0 0.98 0.93 0.00
HSL 356.64º 0.99% 0.51% -
HSV(B) 356.64º 0.98% 1% -
XYZ 41.03 21.2 2.5 -
YUV 80.35 92.83 251.86 -
System Red Green Blue C M Y K H S L
Decimal 254 4 18 0 0.98 0.93 0.00 356.64 0.99 0.51
Hex FE 4 12 0 62 5D 0 165 63 33
Octal 376 4 22 0 142 135 0 545 143 63
Binary 11111110 100 10010 0 1100010 1011101 0 101100101 1100011 110011

Color Harmonies of #FE0412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0412

Black with #FE0412

Text Example


Text Example

White with #FE0412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0412; }

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

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

background-color css

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

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

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

border-color css

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

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

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