#EE0044

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

Shades of Torch Red #EE0044

Tints of Torch Red #EE0044

Color information

#EE0044 (or 0xEE0044) is unknown color: approx Torch Red. HEX triplet: EE, 00 and 44. RGB value is (238,0,68). Sum of RGB (Red+Green+Blue) = 238+0+68=306 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.78% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0044 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0044 is #11FFBB. Grayscale: #4E4E4E. Windows color (decimal): -1179580 or 4456686. OLE color: 4456686.

HSL color Cylindrical-coordinate representation of color #EE0044: hue angle of 342.86º 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 #EE0044 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB238068-
CMYK010.710.07
HSL342.86º100%46.67%-
HSV(B)342.86º100%93.33%-
XYZ36.318.597.14-
YUV78.91121.85241.47-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 77.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 68 (26.95% from 255) = 22.22%
R=77.78%
G=0%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238068010.710.07342.8610046.67
HexEE044064477157642f
Octal35601040144107752714457
Binary11101110010001000110010010001111111010101111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0044; }

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

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

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

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

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

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

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

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