#EE0F21

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

Shades of Torch Red #EE0F21

Tints of Torch Red #EE0F21

Color information

#EE0F21 (or 0xEE0F21) is unknown color: approx Torch Red. HEX triplet: EE, 0F and 21. RGB value is (238,15,33). Sum of RGB (Red+Green+Blue) = 238+15+33=286 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.22% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F21 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0F21 is #11F0DE. Grayscale: #535353. Windows color (decimal): -1175775 or 2166766. OLE color: 2166766.

HSL color Cylindrical-coordinate representation of color #EE0F21: hue angle of 355.16º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0F21 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB2381533-
CMYK00.940.860.07
HSL355.16º88.14%49.61%-
HSV(B)355.16º93.7%93.33%-
XYZ35.7118.633.15-
YUV83.7399.38238.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 83.22%
GREEN value IS 15 (6.25% from 255) = 5.24%
BLUE value IS 33 (13.28% from 255) = 11.54%
R=83.22%
G=5.24%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238153300.940.860.07355.1688.1449.61
HexEEF2105E5671635832
Octal35617410136126754313062
Binary1110111011111000010101111010101101111011000111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0F21; }

 p { color: rgb(238,15,33); }

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

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

 a { background-color: rgb(238,15,33); }

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

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

 span { border-color: rgb(238,15,33); }

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