#ee0a33

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

Shades of Torch Red #EE0A33

Tints of Torch Red #EE0A33

Color information

#EE0A33 (or 0xEE0A33) is unknown color: approx Torch Red. HEX triplet: EE, 0A and 33. RGB value is (238,10,51). Sum of RGB (Red+Green+Blue) = 238+10+51=299 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.60% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A33 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0A33 is #11F5CC. Grayscale: #525252. Windows color (decimal): -1177037 or 3345134. OLE color: 3345134.

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

Color convert

RGB2381051-
CMYK00.960.790.07
HSL349.21º91.94%48.63%-
HSV(B)349.21º95.8%93.33%-
XYZ35.9718.634.83-
YUV82.85110.04238.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 79.60%
GREEN value IS 10 (4.30% from 255) = 3.34%
BLUE value IS 51 (20.31% from 255) = 17.06%
R=79.60%
G=3.34%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238105100.960.790.07349.2191.9448.63
HexEEA330604F715d5c31
Octal35612630140117753513461
Binary1110111010101100110110000010011111111010111011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee0a33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee0a33; }

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

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

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

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

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

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

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

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