Html Css Color HEX #FE0009 Torch Red

📋 copy color: '#FE0009'

red 254 ◦ green 0 ◦ blue 9

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

Shades of Torch Red #FE0009

Tints of Torch Red #FE0009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.42%

R = 96.58%
G = 0%
B = 3.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE0009 (or 0xFE0009) is known color: Torch Red. HEX triplet: FE, 00 and 09. RGB value is (254,0,9). Sum of RGB (Red+Green+Blue) = 254+0+9=263 (34% of max value = 765). Red value is 254 (99.61% from 255 or 96.58% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0009 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0009 is #01FFF6. Grayscale: #4D4D4D. Windows color (decimal): -131063 or 590078. OLE color: 590078.

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

Color convert

RGB 254 0 9 -
CMYK 0 1 0.96 0.00
HSL 357.87º 1% 0.5% -
HSV(B) 357.87º 1% 1% -
XYZ 40.92 21.09 2.17 -
YUV 76.97 89.65 254.27 -
System Red Green Blue C M Y K H S L
Decimal 254 0 9 0 1 0.96 0.00 357.87 1 0.5
Hex FE 0 9 0 64 60 0 166 64 32
Octal 376 0 11 0 144 140 0 546 144 62
Binary 11111110 0 1001 0 1100100 1100000 0 101100110 1100100 110010

Color Harmonies of #FE0009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0009

Black with #FE0009

Text Example


Text Example

White with #FE0009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0009; }

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

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

background-color css

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

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

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

border-color css

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

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

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