#F0032D

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

Shades of Torch Red #F0032D

Tints of Torch Red #F0032D

Color information

#F0032D (or 0xF0032D) is unknown color: approx Torch Red. HEX triplet: F0, 03 and 2D. RGB value is (240,3,45). Sum of RGB (Red+Green+Blue) = 240+3+45=288 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.33% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 240 - color contains mainly: red. Hex color #F0032D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0032D is #0FFCD2. Grayscale: #4E4E4E. Windows color (decimal): -1047763 or 2950128. OLE color: 2950128.

HSL color Cylindrical-coordinate representation of color #F0032D: hue angle of 349.37º 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 #F0032D is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB240345-
CMYK00.990.810.06
HSL349.37º97.53%47.65%-
HSV(B)349.37º98.75%94.12%-
XYZ36.4418.784.19-
YUV78.65109.02243.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 83.33%
GREEN value IS 3 (1.56% from 255) = 1.04%
BLUE value IS 45 (17.97% from 255) = 15.62%
R=83.33%
G=1.04%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24034500.990.810.06349.3797.5347.65
HexF032D06351615d6230
Octal3603550143121653514260
Binary11110000111011010110001110100011101010111011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0032D; }

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

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

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

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

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

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

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

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