Html Css Color HEX #F00A18 Torch Red

📋 copy color: '#F00A18'

red 240 ◦ green 10 ◦ blue 24

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

Shades of Torch Red #F00A18

Tints of Torch Red #F00A18

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.65%

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

R = 87.59%
G = 3.65%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#F00A18 (or 0xF00A18) is known color: Torch Red. HEX triplet: F0, 0A and 18. RGB value is (240,10,24). Sum of RGB (Red+Green+Blue) = 240+10+24=274 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.59% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A18 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00A18 is #0FF5E7. Grayscale: #505050. Windows color (decimal): -1045992 or 1575664. OLE color: 1575664.

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

Color convert

RGB 240 10 24 -
CMYK 0 0.96 0.9 0.06
HSL 356.35º 0.92% 0.49% -
HSV(B) 356.35º 0.96% 0.94% -
XYZ 36.21 18.81 2.59 -
YUV 80.37 96.2 241.86 -
System Red Green Blue C M Y K H S L
Decimal 240 10 24 0 0.96 0.9 0.06 356.35 0.92 0.49
Hex F0 A 18 0 60 5A 6 164 5C 31
Octal 360 12 30 0 140 132 6 544 134 61
Binary 11110000 1010 11000 0 1100000 1011010 110 101100100 1011100 110001

Color Harmonies of #F00A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00A18

Black with #F00A18

Text Example


Text Example

White with #F00A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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