Html Css Color HEX #FE0916 Torch Red

📋 copy color: '#FE0916'

red 254 ◦ green 9 ◦ blue 22

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

Shades of Torch Red #FE0916

Tints of Torch Red #FE0916

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.16%

 BLUE value IS 22 (8.98% from 255) = 7.72%

R = 89.12%
G = 3.16%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE0916 (or 0xFE0916) is known color: Torch Red. HEX triplet: FE, 09 and 16. RGB value is (254,9,22). Sum of RGB (Red+Green+Blue) = 254+9+22=285 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.12% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0916 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0916 is #01F6E9. Grayscale: #535353. Windows color (decimal): -128746 or 1444350. OLE color: 1444350.

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

Color convert

RGB 254 9 22 -
CMYK 0 0.96 0.91 0.00
HSL 356.82º 0.99% 0.52% -
HSV(B) 356.82º 0.96% 1% -
XYZ 41.12 21.32 2.71 -
YUV 83.74 93.17 249.44 -
System Red Green Blue C M Y K H S L
Decimal 254 9 22 0 0.96 0.91 0.00 356.82 0.99 0.52
Hex FE 9 16 0 60 5B 0 165 63 34
Octal 376 11 26 0 140 133 0 545 143 64
Binary 11111110 1001 10110 0 1100000 1011011 0 101100101 1100011 110100

Color Harmonies of #FE0916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0916

Black with #FE0916

Text Example


Text Example

White with #FE0916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0916; }

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

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

background-color css

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

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

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

border-color css

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

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

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