#EE1D34

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

Shades of Alizarin #EE1D34

Tints of Alizarin #EE1D34

Color information

#EE1D34 (or 0xEE1D34) is unknown color: approx Alizarin. HEX triplet: EE, 1D and 34. RGB value is (238,29,52). Sum of RGB (Red+Green+Blue) = 238+29+52=319 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.61% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1D34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1D34 is #11E2CB. Grayscale: #5E5E5E. Windows color (decimal): -1172172 or 3415534. OLE color: 3415534.

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

Color convert

RGB2382952-
CMYK00.880.780.07
HSL353.4º86.01%52.35%-
HSV(B)353.4º87.82%93.33%-
XYZ36.3219.35.06-
YUV94.11104.24230.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 74.61%
GREEN value IS 29 (11.72% from 255) = 9.09%
BLUE value IS 52 (20.70% from 255) = 16.30%
R=74.61%
G=9.09%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238295200.880.780.07353.486.0152.35
HexEE1D340584E71615634
Octal35635640130116754112664
Binary11101110111011101000101100010011101111011000011010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1D34; }

 p { color: rgb(238,29,52); }

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

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

 a { background-color: rgb(238,29,52); }

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

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

 span { border-color: rgb(238,29,52); }

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