Html Css Color HEX #FE1518 Torch Red

📋 copy color: '#FE1518'

red 254 ◦ green 21 ◦ blue 24

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

Shades of Torch Red #FE1518

Tints of Torch Red #FE1518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.03%

R = 84.95%
G = 7.02%
B = 8.03%

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

#FE1518 (or 0xFE1518) is known color: Torch Red. HEX triplet: FE, 15 and 18. RGB value is (254,21,24). Sum of RGB (Red+Green+Blue) = 254+21+24=299 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.95% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1518 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1518 is #01EAE7. Grayscale: #5B5B5B. Windows color (decimal): -125672 or 1578494. OLE color: 1578494.

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

Color convert

RGB 254 21 24 -
CMYK 0 0.92 0.91 0.00
HSL 359.23º 0.99% 0.54% -
HSV(B) 359.23º 0.92% 1% -
XYZ 41.31 21.67 2.87 -
YUV 91.01 90.19 244.26 -
System Red Green Blue C M Y K H S L
Decimal 254 21 24 0 0.92 0.91 0.00 359.23 0.99 0.54
Hex FE 15 18 0 5C 5B 0 167 63 36
Octal 376 25 30 0 134 133 0 547 143 66
Binary 11111110 10101 11000 0 1011100 1011011 0 101100111 1100011 110110

Color Harmonies of #FE1518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1518

Black with #FE1518

Text Example


Text Example

White with #FE1518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1518; }

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

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

background-color css

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

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

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

border-color css

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

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

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