#EE0029

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

Shades of Torch Red #EE0029

Tints of Torch Red #EE0029

Color information

#EE0029 (or 0xEE0029) is unknown color: approx Torch Red. HEX triplet: EE, 00 and 29. RGB value is (238,0,41). Sum of RGB (Red+Green+Blue) = 238+0+41=279 (36% of max value = 765). Red value is 238 (93.36% from 255 or 85.30% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0029 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0029 is #11FFD6. Grayscale: #4B4B4B. Windows color (decimal): -1179607 or 2687214. OLE color: 2687214.

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

Color convert

RGB238041-
CMYK010.830.07
HSL349.66º100%46.67%-
HSV(B)349.66º100%93.33%-
XYZ35.6618.343.76-
YUV75.84108.35243.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 85.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 41 (16.41% from 255) = 14.70%
R=85.30%
G=0%
B=14.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238041010.830.07349.6610046.67
HexEE02906453715e642f
Octal3560510144123753614457
Binary1110111001010010110010010100111111010111101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0029; }

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

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

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

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

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

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

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

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