#F0033D

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

Shades of Torch Red #F0033D

Tints of Torch Red #F0033D

Color information

#F0033D (or 0xF0033D) is unknown color: approx Torch Red. HEX triplet: F0, 03 and 3D. RGB value is (240,3,61). Sum of RGB (Red+Green+Blue) = 240+3+61=304 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.95% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 240 - color contains mainly: red. Hex color #F0033D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0033D is #0FFCC2. Grayscale: #505050. Windows color (decimal): -1047747 or 3998704. OLE color: 3998704.

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

Color convert

RGB240361-
CMYK00.990.750.06
HSL345.32º97.53%47.65%-
HSV(B)345.32º98.75%94.12%-
XYZ36.8118.936.13-
YUV80.47117.02241.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 78.95%
GREEN value IS 3 (1.56% from 255) = 0.99%
BLUE value IS 61 (24.22% from 255) = 20.07%
R=78.95%
G=0.99%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24036100.990.750.06345.3297.5347.65
HexF033D0634B61596230
Octal3603750143113653114260
Binary11110000111111010110001110010111101010110011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0033D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0033D; }

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

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

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

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

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

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

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

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