Html Css Color HEX #EC3542 Alizarin

📋 copy color: '#EC3542'

red 236 ◦ green 53 ◦ blue 66

#EC3542
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alizarin #EC3542

Tints of Alizarin #EC3542

RGB

 RED value IS 236 (92.58% from 255) = 66.48%

 GREEN value IS 53 (21.09% from 255) = 14.93%

 BLUE value IS 66 (26.17% from 255) = 18.59%

R = 66.48%
G = 14.93%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC3542 (or 0xEC3542) is known color: Alizarin. HEX triplet: EC, 35 and 42. RGB value is (236,53,66). Sum of RGB (Red+Green+Blue) = 236+53+66=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3542 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3542 is #13CABD. Grayscale: #6D6D6D. Windows color (decimal): -1297086 or 4339180. OLE color: 4339180.

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

Color convert

RGB 236 53 66 -
CMYK 0 0.78 0.72 0.07
HSL 355.74º 0.83% 0.57% -
HSV(B) 355.74º 0.78% 0.93% -
XYZ 36.85 20.77 7.22 -
YUV 109.2 103.63 218.44 -
System Red Green Blue C M Y K H S L
Decimal 236 53 66 0 0.78 0.72 0.07 355.74 0.83 0.57
Hex EC 35 42 0 4E 48 7 164 53 39
Octal 354 65 102 0 116 110 7 544 123 71
Binary 11101100 110101 1000010 0 1001110 1001000 111 101100100 1010011 111001

Color Harmonies of #EC3542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3542

Black with #EC3542

Text Example


Text Example

White with #EC3542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3542; }

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

 H1.HeaderClassName
 {
   color: #EC3542;
 }
 .AnyTagClassName
 {
   color: #EC3542;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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