Html Css Color HEX #FE1218 Torch Red

📋 copy color: '#FE1218'

red 254 ◦ green 18 ◦ blue 24

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

Shades of Torch Red #FE1218

Tints of Torch Red #FE1218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.08%

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

R = 85.81%
G = 6.08%
B = 8.11%

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

#FE1218 (or 0xFE1218) is known color: Torch Red. HEX triplet: FE, 12 and 18. RGB value is (254,18,24). Sum of RGB (Red+Green+Blue) = 254+18+24=296 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.81% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1218 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1218 is #01EDE7. Grayscale: #595959. Windows color (decimal): -126440 or 1577726. OLE color: 1577726.

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

Color convert

RGB 254 18 24 -
CMYK 0 0.93 0.91 0.00
HSL 358.47º 0.99% 0.53% -
HSV(B) 358.47º 0.93% 1% -
XYZ 41.25 21.57 2.85 -
YUV 89.25 91.19 245.51 -
System Red Green Blue C M Y K H S L
Decimal 254 18 24 0 0.93 0.91 0.00 358.47 0.99 0.53
Hex FE 12 18 0 5D 5B 0 166 63 35
Octal 376 22 30 0 135 133 0 546 143 65
Binary 11111110 10010 11000 0 1011101 1011011 0 101100110 1100011 110101

Color Harmonies of #FE1218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1218

Black with #FE1218

Text Example


Text Example

White with #FE1218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1218; }

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

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

background-color css

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

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

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

border-color css

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

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

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