#ee0033

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

Shades of Torch Red #EE0033

Tints of Torch Red #EE0033

Color information

#EE0033 (or 0xEE0033) is unknown color: approx Torch Red. HEX triplet: EE, 00 and 33. RGB value is (238,0,51). Sum of RGB (Red+Green+Blue) = 238+0+51=289 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.35% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0033 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0033 is #11FFCC. Grayscale: #4D4D4D. Windows color (decimal): -1179597 or 3342574. OLE color: 3342574.

HSL color Cylindrical-coordinate representation of color #EE0033: hue angle of 347.14º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0033 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB238051-
CMYK010.790.07
HSL347.14º100%46.67%-
HSV(B)347.14º100%93.33%-
XYZ35.8618.424.8-
YUV76.98113.35242.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 82.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 51 (20.31% from 255) = 17.65%
R=82.35%
G=0%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238051010.790.07347.1410046.67
HexEE0330644F715b642f
Octal3560630144117753314457
Binary1110111001100110110010010011111111010110111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee0033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee0033; }

 p { color: rgb(238,0,51); }

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

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

 a { background-color: rgb(238,0,51); }

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

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

 span { border-color: rgb(238,0,51); }

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