Html Css Color HEX #FE0812 Torch Red

📋 copy color: '#FE0812'

red 254 ◦ green 8 ◦ blue 18

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

Shades of Torch Red #FE0812

Tints of Torch Red #FE0812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.86%

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

R = 90.71%
G = 2.86%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE0812 (or 0xFE0812) is known color: Torch Red. HEX triplet: FE, 08 and 12. RGB value is (254,8,18). Sum of RGB (Red+Green+Blue) = 254+8+18=280 (37% of max value = 765). Red value is 254 (99.61% from 255 or 90.71% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0812 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0812 is #01F7ED. Grayscale: #525252. Windows color (decimal): -129006 or 1181950. OLE color: 1181950.

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

Color convert

RGB 254 8 18 -
CMYK 0 0.97 0.93 0.00
HSL 357.56º 0.99% 0.51% -
HSV(B) 357.56º 0.97% 1% -
XYZ 41.07 21.29 2.52 -
YUV 82.69 91.5 250.19 -
System Red Green Blue C M Y K H S L
Decimal 254 8 18 0 0.97 0.93 0.00 357.56 0.99 0.51
Hex FE 8 12 0 61 5D 0 166 63 33
Octal 376 10 22 0 141 135 0 546 143 63
Binary 11111110 1000 10010 0 1100001 1011101 0 101100110 1100011 110011

Color Harmonies of #FE0812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0812

Black with #FE0812

Text Example


Text Example

White with #FE0812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0812; }

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

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

background-color css

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

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

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

border-color css

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

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

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