Html Css Color HEX #FE0012 Torch Red

📋 copy color: '#FE0012'

red 254 ◦ green 0 ◦ blue 18

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

Shades of Torch Red #FE0012

Tints of Torch Red #FE0012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 93.38%
G = 0%
B = 6.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE0012 (or 0xFE0012) is known color: Torch Red. HEX triplet: FE, 00 and 12. RGB value is (254,0,18). Sum of RGB (Red+Green+Blue) = 254+0+18=272 (36% of max value = 765). Red value is 254 (99.61% from 255 or 93.38% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0012 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0012 is #01FFED. Grayscale: #4E4E4E. Windows color (decimal): -131054 or 1179902. OLE color: 1179902.

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

Color convert

RGB 254 0 18 -
CMYK 0 1 0.93 0.00
HSL 355.75º 1% 0.5% -
HSV(B) 355.75º 1% 1% -
XYZ 40.98 21.11 2.49 -
YUV 78 94.15 253.54 -
System Red Green Blue C M Y K H S L
Decimal 254 0 18 0 1 0.93 0.00 355.75 1 0.5
Hex FE 0 12 0 64 5D 0 164 64 32
Octal 376 0 22 0 144 135 0 544 144 62
Binary 11111110 0 10010 0 1100100 1011101 0 101100100 1100100 110010

Color Harmonies of #FE0012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0012

Black with #FE0012

Text Example


Text Example

White with #FE0012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0012; }

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

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

background-color css

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

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

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

border-color css

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

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

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