Html Css Color HEX #FE1318 Torch Red

📋 copy color: '#FE1318'

red 254 ◦ green 19 ◦ blue 24

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

Shades of Torch Red #FE1318

Tints of Torch Red #FE1318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.4%

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

R = 85.52%
G = 6.4%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE1318 (or 0xFE1318) is known color: Torch Red. HEX triplet: FE, 13 and 18. RGB value is (254,19,24). Sum of RGB (Red+Green+Blue) = 254+19+24=297 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.52% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1318 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1318 is #01ECE7. Grayscale: #5A5A5A. Windows color (decimal): -126184 or 1577982. OLE color: 1577982.

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

Color convert

RGB 254 19 24 -
CMYK 0 0.93 0.91 0.00
HSL 358.72º 0.99% 0.54% -
HSV(B) 358.72º 0.93% 1% -
XYZ 41.27 21.6 2.86 -
YUV 89.84 90.86 245.09 -
System Red Green Blue C M Y K H S L
Decimal 254 19 24 0 0.93 0.91 0.00 358.72 0.99 0.54
Hex FE 13 18 0 5D 5B 0 167 63 36
Octal 376 23 30 0 135 133 0 547 143 66
Binary 11111110 10011 11000 0 1011101 1011011 0 101100111 1100011 110110

Color Harmonies of #FE1318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1318

Black with #FE1318

Text Example


Text Example

White with #FE1318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1318; }

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

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

background-color css

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

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

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

border-color css

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

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

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