Html Css Color HEX #F40F18 Torch Red

📋 copy color: '#F40F18'

red 244 ◦ green 15 ◦ blue 24

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

Shades of Torch Red #F40F18

Tints of Torch Red #F40F18

RGB

 RED value IS 244 (95.7% from 255) = 86.22%

 GREEN value IS 15 (6.25% from 255) = 5.3%

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

R = 86.22%
G = 5.3%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F40F18 (or 0xF40F18) is known color: Torch Red. HEX triplet: F4, 0F and 18. RGB value is (244,15,24). Sum of RGB (Red+Green+Blue) = 244+15+24=283 (37% of max value = 765). Red value is 244 (95.70% from 255 or 86.22% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 244 - color contains mainly: red. Hex color #F40F18 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40F18 is #0BF0E7. Grayscale: #545454. Windows color (decimal): -782568 or 1576948. OLE color: 1576948.

HSL color Cylindrical-coordinate representation of color #F40F18: hue angle of 357.64º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F40F18 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 15 24 -
CMYK 0 0.94 0.90 0.04
HSL 357.64º 0.91% 0.51% -
HSV(B) 357.64º 0.94% 0.96% -
XYZ 37.64 19.64 2.67 -
YUV 84.5 93.87 241.77 -
System Red Green Blue C M Y K H S L
Decimal 244 15 24 0 0.94 0.90 0.04 357.64 0.91 0.51
Hex F4 F 18 0 5E 5A 4 166 5B 33
Octal 364 17 30 0 136 132 4 546 133 63
Binary 11110100 1111 11000 0 1011110 1011010 100 101100110 1011011 110011

Color Harmonies of #F40F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40F18

Black with #F40F18

Text Example


Text Example

White with #F40F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40F18; }

 p { color: rgb(244,15,24); }

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

background-color css

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

 a { background-color: rgb(244,15,24); }

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

border-color css

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

 span { border-color: rgb(244,15,24); }

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