Html Css Color HEX #F40716 Torch Red

📋 copy color: '#F40716'

red 244 ◦ green 7 ◦ blue 22

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

Shades of Torch Red #F40716

Tints of Torch Red #F40716

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.56%

 BLUE value IS 22 (8.98% from 255) = 8.06%

R = 89.38%
G = 2.56%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F40716 (or 0xF40716) is known color: Torch Red. HEX triplet: F4, 07 and 16. RGB value is (244,7,22). Sum of RGB (Red+Green+Blue) = 244+7+22=273 (36% of max value = 765). Red value is 244 (95.70% from 255 or 89.38% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 244 - color contains mainly: red. Hex color #F40716 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40716 is #0BF8E9. Grayscale: #4F4F4F. Windows color (decimal): -784618 or 1443828. OLE color: 1443828.

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

Color convert

RGB 244 7 22 -
CMYK 0 0.97 0.91 0.04
HSL 356.2º 0.94% 0.49% -
HSV(B) 356.2º 0.97% 0.96% -
XYZ 37.53 19.44 2.53 -
YUV 79.57 95.52 245.28 -
System Red Green Blue C M Y K H S L
Decimal 244 7 22 0 0.97 0.91 0.04 356.2 0.94 0.49
Hex F4 7 16 0 61 5B 4 164 5E 31
Octal 364 7 26 0 141 133 4 544 136 61
Binary 11110100 111 10110 0 1100001 1011011 100 101100100 1011110 110001

Color Harmonies of #F40716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40716

Black with #F40716

Text Example


Text Example

White with #F40716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40716; }

 p { color: rgb(244,7,22); }

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

background-color css

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

 a { background-color: rgb(244,7,22); }

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

border-color css

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

 span { border-color: rgb(244,7,22); }

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