Html Css Color HEX #F91018 Torch Red

📋 copy color: '#F91018'

red 249 ◦ green 16 ◦ blue 24

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

Shades of Torch Red #F91018

Tints of Torch Red #F91018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.54%

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

R = 86.16%
G = 5.54%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F91018 (or 0xF91018) is known color: Torch Red. HEX triplet: F9, 10 and 18. RGB value is (249,16,24). Sum of RGB (Red+Green+Blue) = 249+16+24=289 (38% of max value = 765). Red value is 249 (97.66% from 255 or 86.16% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 249 - color contains mainly: red. Hex color #F91018 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91018 is #06EFE7. Grayscale: #565656. Windows color (decimal): -454632 or 1577209. OLE color: 1577209.

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

Color convert

RGB 249 16 24 -
CMYK 0 0.94 0.90 0.02
HSL 357.94º 0.95% 0.52% -
HSV(B) 357.94º 0.94% 0.98% -
XYZ 39.42 20.58 2.76 -
YUV 86.58 92.69 243.85 -
System Red Green Blue C M Y K H S L
Decimal 249 16 24 0 0.94 0.90 0.02 357.94 0.95 0.52
Hex F9 10 18 0 5E 5A 2 166 5F 34
Octal 371 20 30 0 136 132 2 546 137 64
Binary 11111001 10000 11000 0 1011110 1011010 10 101100110 1011111 110100

Color Harmonies of #F91018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91018

Black with #F91018

Text Example


Text Example

White with #F91018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91018; }

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

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

background-color css

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

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

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

border-color css

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

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

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