#F00320

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

Shades of Torch Red #F00320

Tints of Torch Red #F00320

Color information

#F00320 (or 0xF00320) is unknown color: approx Torch Red. HEX triplet: F0, 03 and 20. RGB value is (240,3,32). Sum of RGB (Red+Green+Blue) = 240+3+32=275 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.27% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 240 - color contains mainly: red. Hex color #F00320 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00320 is #0FFCDF. Grayscale: #4D4D4D. Windows color (decimal): -1047776 or 2098160. OLE color: 2098160.

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

Color convert

RGB240332-
CMYK00.990.870.06
HSL352.66º97.53%47.65%-
HSV(B)352.66º98.75%94.12%-
XYZ36.2318.693.07-
YUV77.17102.52244.14-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 87.27%
GREEN value IS 3 (1.56% from 255) = 1.09%
BLUE value IS 32 (12.89% from 255) = 11.64%
R=87.27%
G=1.09%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24033200.990.870.06352.6697.5347.65
HexF03200635761616230
Octal3603400143127654114260
Binary11110000111000000110001110101111101011000011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F00320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F00320; }

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

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

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

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

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

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

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

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