#F00420

Color #F00420 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #F00420

Tints of Torch Red #F00420

Color information

#F00420 (or 0xF00420) is unknown color: approx Torch Red. HEX triplet: F0, 04 and 20. RGB value is (240,4,32). Sum of RGB (Red+Green+Blue) = 240+4+32=276 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.96% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 240 - color contains mainly: red. Hex color #F00420 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00420 is #0FFBDF. Grayscale: #4D4D4D. Windows color (decimal): -1047520 or 2098416. OLE color: 2098416.

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

Color convert

RGB240432-
CMYK00.980.870.06
HSL352.88º96.72%47.84%-
HSV(B)352.88º98.33%94.12%-
XYZ36.2418.723.07-
YUV77.76102.19243.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 86.96%
GREEN value IS 4 (1.95% from 255) = 1.45%
BLUE value IS 32 (12.89% from 255) = 11.59%
R=86.96%
G=1.45%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24043200.980.870.06352.8896.7247.84
HexF04200625761616130
Octal3604400142127654114160
Binary111100001001000000110001010101111101011000011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F00420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F00420; }

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

 H1.HeaderClassName
 {
   color: #F00420;
 }
 .AnyTagClassName
 {
   color: #F00420;
 }
</style>
background-color css

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

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

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

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

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

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