Html Css Color HEX #FE1618 Torch Red

📋 copy color: '#FE1618'

red 254 ◦ green 22 ◦ blue 24

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

Shades of Torch Red #FE1618

Tints of Torch Red #FE1618

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.33%

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

R = 84.67%
G = 7.33%
B = 8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE1618 (or 0xFE1618) is known color: Torch Red. HEX triplet: FE, 16 and 18. RGB value is (254,22,24). Sum of RGB (Red+Green+Blue) = 254+22+24=300 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.67% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1618 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1618 is #01E9E7. Grayscale: #5B5B5B. Windows color (decimal): -125416 or 1578750. OLE color: 1578750.

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

Color convert

RGB 254 22 24 -
CMYK 0 0.91 0.91 0.00
HSL 359.48º 0.99% 0.54% -
HSV(B) 359.48º 0.91% 1% -
XYZ 41.32 21.71 2.88 -
YUV 91.6 89.86 243.84 -
System Red Green Blue C M Y K H S L
Decimal 254 22 24 0 0.91 0.91 0.00 359.48 0.99 0.54
Hex FE 16 18 0 5B 5B 0 167 63 36
Octal 376 26 30 0 133 133 0 547 143 66
Binary 11111110 10110 11000 0 1011011 1011011 0 101100111 1100011 110110

Color Harmonies of #FE1618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1618

Black with #FE1618

Text Example


Text Example

White with #FE1618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1618; }

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

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

background-color css

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

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

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

border-color css

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

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

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