Html Css Color HEX #FE080B Torch Red

📋 copy color: '#FE080B'

red 254 ◦ green 8 ◦ blue 11

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

Shades of Torch Red #FE080B

Tints of Torch Red #FE080B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.03%

R = 93.04%
G = 2.93%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE080B (or 0xFE080B) is known color: Torch Red. HEX triplet: FE, 08 and 0B. RGB value is (254,8,11). Sum of RGB (Red+Green+Blue) = 254+8+11=273 (36% of max value = 765). Red value is 254 (99.61% from 255 or 93.04% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 254 - color contains mainly: red. Hex color #FE080B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE080B is #01F7F4. Grayscale: #525252. Windows color (decimal): -129013 or 723198. OLE color: 723198.

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

Color convert

RGB 254 8 11 -
CMYK 0 0.97 0.96 0.00
HSL 359.27º 0.99% 0.51% -
HSV(B) 359.27º 0.97% 1% -
XYZ 41.02 21.27 2.26 -
YUV 81.9 88 250.76 -
System Red Green Blue C M Y K H S L
Decimal 254 8 11 0 0.97 0.96 0.00 359.27 0.99 0.51
Hex FE 8 B 0 61 60 0 167 63 33
Octal 376 10 13 0 141 140 0 547 143 63
Binary 11111110 1000 1011 0 1100001 1100000 0 101100111 1100011 110011

Color Harmonies of #FE080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE080B

Black with #FE080B

Text Example


Text Example

White with #FE080B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE080B; }

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

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

background-color css

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

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

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

border-color css

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

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

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