Html Css Color HEX #F40420 Torch Red

📋 copy color: '#F40420'

red 244 ◦ green 4 ◦ blue 32

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

Shades of Torch Red #F40420

Tints of Torch Red #F40420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.43%

 BLUE value IS 32 (12.89% from 255) = 11.43%

R = 87.14%
G = 1.43%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F40420 (or 0xF40420) is known color: Torch Red. HEX triplet: F4, 04 and 20. RGB value is (244,4,32). Sum of RGB (Red+Green+Blue) = 244+4+32=280 (37% of max value = 765). Red value is 244 (95.70% from 255 or 87.14% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 244 - color contains mainly: red. Hex color #F40420 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40420 is #0BFBDF. Grayscale: #4F4F4F. Windows color (decimal): -785376 or 2098420. OLE color: 2098420.

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

Color convert

RGB 244 4 32 -
CMYK 0 0.98 0.87 0.04
HSL 353º 0.97% 0.49% -
HSV(B) 353º 0.98% 0.96% -
XYZ 37.61 19.42 3.13 -
YUV 78.95 101.51 245.72 -
System Red Green Blue C M Y K H S L
Decimal 244 4 32 0 0.98 0.87 0.04 353 0.97 0.49
Hex F4 4 20 0 62 57 4 161 61 31
Octal 364 4 40 0 142 127 4 541 141 61
Binary 11110100 100 100000 0 1100010 1010111 100 101100001 1100001 110001

Color Harmonies of #F40420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40420

Black with #F40420

Text Example


Text Example

White with #F40420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40420; }

 p { color: rgb(244,4,32); }

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

background-color css

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

 a { background-color: rgb(244,4,32); }

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

border-color css

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

 span { border-color: rgb(244,4,32); }

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