Html Css Color HEX #FE1516 Torch Red

📋 copy color: '#FE1516'

red 254 ◦ green 21 ◦ blue 22

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

Shades of Torch Red #FE1516

Tints of Torch Red #FE1516

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.07%

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

R = 85.52%
G = 7.07%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE1516 (or 0xFE1516) is known color: Torch Red. HEX triplet: FE, 15 and 16. RGB value is (254,21,22). Sum of RGB (Red+Green+Blue) = 254+21+22=297 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.52% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1516 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1516 is #01EAE9. Grayscale: #5B5B5B. Windows color (decimal): -125674 or 1447422. OLE color: 1447422.

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

Color convert

RGB 254 21 22 -
CMYK 0 0.92 0.91 0.00
HSL 359.74º 0.99% 0.54% -
HSV(B) 359.74º 0.92% 1% -
XYZ 41.29 21.67 2.76 -
YUV 90.78 89.19 244.42 -
System Red Green Blue C M Y K H S L
Decimal 254 21 22 0 0.92 0.91 0.00 359.74 0.99 0.54
Hex FE 15 16 0 5C 5B 0 168 63 36
Octal 376 25 26 0 134 133 0 550 143 66
Binary 11111110 10101 10110 0 1011100 1011011 0 101101000 1100011 110110

Color Harmonies of #FE1516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1516

Black with #FE1516

Text Example


Text Example

White with #FE1516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1516; }

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

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

background-color css

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

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

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

border-color css

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

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

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