Html Css Color HEX #F01118 Torch Red

📋 copy color: '#F01118'

red 240 ◦ green 17 ◦ blue 24

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

Shades of Torch Red #F01118

Tints of Torch Red #F01118

RGB

 RED value IS 240 (94.14% from 255) = 85.41%

 GREEN value IS 17 (7.03% from 255) = 6.05%

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

R = 85.41%
G = 6.05%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F01118 (or 0xF01118) is known color: Torch Red. HEX triplet: F0, 11 and 18. RGB value is (240,17,24). Sum of RGB (Red+Green+Blue) = 240+17+24=281 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.41% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 240 - color contains mainly: red. Hex color #F01118 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01118 is #0FEEE7. Grayscale: #545454. Windows color (decimal): -1044200 or 1577456. OLE color: 1577456.

HSL color Cylindrical-coordinate representation of color #F01118: hue angle of 358.12º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01118 is Cyan = 0, Magento = 0.93, Yellow = 0.9 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 17 24 -
CMYK 0 0.93 0.9 0.06
HSL 358.12º 0.88% 0.5% -
HSV(B) 358.12º 0.93% 0.94% -
XYZ 36.3 18.99 2.62 -
YUV 84.48 93.88 238.93 -
System Red Green Blue C M Y K H S L
Decimal 240 17 24 0 0.93 0.9 0.06 358.12 0.88 0.5
Hex F0 11 18 0 5D 5A 6 166 58 32
Octal 360 21 30 0 135 132 6 546 130 62
Binary 11110000 10001 11000 0 1011101 1011010 110 101100110 1011000 110010

Color Harmonies of #F01118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01118

Black with #F01118

Text Example


Text Example

White with #F01118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01118; }

 p { color: rgb(240,17,24); }

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

background-color css

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

 a { background-color: rgb(240,17,24); }

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

border-color css

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

 span { border-color: rgb(240,17,24); }

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