#EE1D3C

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

Shades of Alizarin #EE1D3C

Tints of Alizarin #EE1D3C

Color information

#EE1D3C (or 0xEE1D3C) is unknown color: approx Alizarin. HEX triplet: EE, 1D and 3C. RGB value is (238,29,60). Sum of RGB (Red+Green+Blue) = 238+29+60=327 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.78% from 327); Green value is 29 (11.72% from 255 or 8.87% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1D3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1D3C is #11E2C3. Grayscale: #5F5F5F. Windows color (decimal): -1172164 or 3939822. OLE color: 3939822.

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

Color convert

RGB2382960-
CMYK00.880.750.07
HSL351.1º86.01%52.35%-
HSV(B)351.1º87.82%93.33%-
XYZ36.5119.386.09-
YUV95.02108.24229.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 72.78%
GREEN value IS 29 (11.72% from 255) = 8.87%
BLUE value IS 60 (23.83% from 255) = 18.35%
R=72.78%
G=8.87%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238296000.880.750.07351.186.0152.35
HexEE1D3C0584B715f5634
Octal35635740130113753712664
Binary11101110111011111000101100010010111111010111111010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1D3C; }

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

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

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

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

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

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

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

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