#F0033E

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

Shades of Torch Red #F0033E

Tints of Torch Red #F0033E

Color information

#F0033E (or 0xF0033E) is unknown color: approx Torch Red. HEX triplet: F0, 03 and 3E. RGB value is (240,3,62). Sum of RGB (Red+Green+Blue) = 240+3+62=305 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.69% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 240 - color contains mainly: red. Hex color #F0033E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0033E is #0FFCC1. Grayscale: #505050. Windows color (decimal): -1047746 or 4064240. OLE color: 4064240.

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

Color convert

RGB240362-
CMYK00.990.740.06
HSL345.06º97.53%47.65%-
HSV(B)345.06º98.75%94.12%-
XYZ36.8418.946.27-
YUV80.59117.52241.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 78.69%
GREEN value IS 3 (1.56% from 255) = 0.98%
BLUE value IS 62 (24.61% from 255) = 20.33%
R=78.69%
G=0.98%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24036200.990.740.06345.0697.5347.65
HexF033E0634A61596230
Octal3603760143112653114260
Binary11110000111111100110001110010101101010110011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0033E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0033E; }

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

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

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

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

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

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

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

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