Html Css Color HEX #F91418 Torch Red

📋 copy color: '#F91418'

red 249 ◦ green 20 ◦ blue 24

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

Shades of Torch Red #F91418

Tints of Torch Red #F91418

RGB

 RED value IS 249 (97.66% from 255) = 84.98%

 GREEN value IS 20 (8.2% from 255) = 6.83%

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

R = 84.98%
G = 6.83%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F91418 (or 0xF91418) is known color: Torch Red. HEX triplet: F9, 14 and 18. RGB value is (249,20,24). Sum of RGB (Red+Green+Blue) = 249+20+24=293 (38% of max value = 765). Red value is 249 (97.66% from 255 or 84.98% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 249 - color contains mainly: red. Hex color #F91418 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91418 is #06EBE7. Grayscale: #595959. Windows color (decimal): -453608 or 1578233. OLE color: 1578233.

HSL color Cylindrical-coordinate representation of color #F91418: hue angle of 358.95º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F91418 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 20 24 -
CMYK 0 0.92 0.90 0.02
HSL 358.95º 0.95% 0.53% -
HSV(B) 358.95º 0.92% 0.98% -
XYZ 39.48 20.71 2.78 -
YUV 88.93 91.37 242.17 -
System Red Green Blue C M Y K H S L
Decimal 249 20 24 0 0.92 0.90 0.02 358.95 0.95 0.53
Hex F9 14 18 0 5C 5A 2 167 5F 35
Octal 371 24 30 0 134 132 2 547 137 65
Binary 11111001 10100 11000 0 1011100 1011010 10 101100111 1011111 110101

Color Harmonies of #F91418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91418

Black with #F91418

Text Example


Text Example

White with #F91418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91418; }

 p { color: rgb(249,20,24); }

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

background-color css

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

 a { background-color: rgb(249,20,24); }

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

border-color css

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

 span { border-color: rgb(249,20,24); }

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