#F0032E

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

Shades of Torch Red #F0032E

Tints of Torch Red #F0032E

Color information

#F0032E (or 0xF0032E) is unknown color: approx Torch Red. HEX triplet: F0, 03 and 2E. RGB value is (240,3,46). Sum of RGB (Red+Green+Blue) = 240+3+46=289 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.04% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 240 - color contains mainly: red. Hex color #F0032E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0032E is #0FFCD1. Grayscale: #4E4E4E. Windows color (decimal): -1047762 or 3015664. OLE color: 3015664.

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

Color convert

RGB240346-
CMYK00.990.810.06
HSL349.11º97.53%47.65%-
HSV(B)349.11º98.75%94.12%-
XYZ36.4618.794.29-
YUV78.76109.52243-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 83.04%
GREEN value IS 3 (1.56% from 255) = 1.04%
BLUE value IS 46 (18.36% from 255) = 15.92%
R=83.04%
G=1.04%
B=15.92%

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
Decimal24034600.990.810.06349.1197.5347.65
HexF032E06351615d6230
Octal3603560143121653514260
Binary11110000111011100110001110100011101010111011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0032E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0032E; }

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

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

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

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

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

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

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

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