Html Css Color HEX #FE0E12 Torch Red

📋 copy color: '#FE0E12'

red 254 ◦ green 14 ◦ blue 18

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

Shades of Torch Red #FE0E12

Tints of Torch Red #FE0E12

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.9%

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

R = 88.81%
G = 4.9%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE0E12 (or 0xFE0E12) is known color: Torch Red. HEX triplet: FE, 0E and 12. RGB value is (254,14,18). Sum of RGB (Red+Green+Blue) = 254+14+18=286 (37% of max value = 765). Red value is 254 (99.61% from 255 or 88.81% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0E12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0E12 is #01F1ED. Grayscale: #565656. Windows color (decimal): -127470 or 1183486. OLE color: 1183486.

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

Color convert

RGB 254 14 18 -
CMYK 0 0.94 0.93 0.00
HSL 359º 0.99% 0.53% -
HSV(B) 359º 0.94% 1% -
XYZ 41.14 21.43 2.54 -
YUV 86.22 89.51 247.67 -
System Red Green Blue C M Y K H S L
Decimal 254 14 18 0 0.94 0.93 0.00 359 0.99 0.53
Hex FE E 12 0 5E 5D 0 167 63 35
Octal 376 16 22 0 136 135 0 547 143 65
Binary 11111110 1110 10010 0 1011110 1011101 0 101100111 1100011 110101

Color Harmonies of #FE0E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0E12

Black with #FE0E12

Text Example


Text Example

White with #FE0E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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