#ED3542

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

Shades of Alizarin #ED3542

Tints of Alizarin #ED3542

Color information

#ED3542 (or 0xED3542) is unknown color: approx Alizarin. HEX triplet: ED, 35 and 42. RGB value is (237,53,66). Sum of RGB (Red+Green+Blue) = 237+53+66=356 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.57% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3542 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3542 is #12CABD. Grayscale: #6D6D6D. Windows color (decimal): -1231550 or 4339181. OLE color: 4339181.

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

Color convert

RGB2375366-
CMYK00.780.720.07
HSL355.76º83.64%56.86%-
HSV(B)355.76º77.64%92.94%-
XYZ37.1820.947.24-
YUV109.5103.46218.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 66.57%
GREEN value IS 53 (21.09% from 255) = 14.89%
BLUE value IS 66 (26.17% from 255) = 18.54%
R=66.57%
G=14.89%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237536600.780.720.07355.7683.6456.86
HexED354204E4871645439
Octal355651020116110754412471
Binary1110110111010110000100100111010010001111011001001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3542; }

 p { color: rgb(237,53,66); }

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

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

 a { background-color: rgb(237,53,66); }

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

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

 span { border-color: rgb(237,53,66); }

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