Html Css Color HEX #F01418 Torch Red

📋 copy color: '#F01418'

red 240 ◦ green 20 ◦ blue 24

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

Shades of Torch Red #F01418

Tints of Torch Red #F01418

RGB

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

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

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

R = 84.51%
G = 7.04%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F01418 (or 0xF01418) is known color: Torch Red. HEX triplet: F0, 14 and 18. RGB value is (240,20,24). Sum of RGB (Red+Green+Blue) = 240+20+24=284 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.51% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 240 - color contains mainly: red. Hex color #F01418 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01418 is #0FEBE7. Grayscale: #565656. Windows color (decimal): -1043432 or 1578224. OLE color: 1578224.

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

Color convert

RGB 240 20 24 -
CMYK 0 0.92 0.9 0.06
HSL 358.91º 0.88% 0.51% -
HSV(B) 358.91º 0.92% 0.94% -
XYZ 36.35 19.09 2.63 -
YUV 86.24 92.89 237.67 -
System Red Green Blue C M Y K H S L
Decimal 240 20 24 0 0.92 0.9 0.06 358.91 0.88 0.51
Hex F0 14 18 0 5C 5A 6 167 58 33
Octal 360 24 30 0 134 132 6 547 130 63
Binary 11110000 10100 11000 0 1011100 1011010 110 101100111 1011000 110011

Color Harmonies of #F01418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01418

Black with #F01418

Text Example


Text Example

White with #F01418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01418; }

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

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

background-color css

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

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

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

border-color css

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

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

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