Html Css Color HEX #EC3442 Alizarin

📋 copy color: '#EC3442'

red 236 ◦ green 52 ◦ blue 66

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

Shades of Alizarin #EC3442

Tints of Alizarin #EC3442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.69%

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

R = 66.67%
G = 14.69%
B = 18.64%

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

#EC3442 (or 0xEC3442) is known color: Alizarin. HEX triplet: EC, 34 and 42. RGB value is (236,52,66). Sum of RGB (Red+Green+Blue) = 236+52+66=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3442 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3442 is #13CBBD. Grayscale: #6C6C6C. Windows color (decimal): -1297342 or 4338924. OLE color: 4338924.

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

Color convert

RGB 236 52 66 -
CMYK 0 0.78 0.72 0.07
HSL 355.43º 0.83% 0.56% -
HSV(B) 355.43º 0.78% 0.93% -
XYZ 36.8 20.68 7.21 -
YUV 108.61 103.96 218.86 -
System Red Green Blue C M Y K H S L
Decimal 236 52 66 0 0.78 0.72 0.07 355.43 0.83 0.56
Hex EC 34 42 0 4E 48 7 163 53 38
Octal 354 64 102 0 116 110 7 543 123 70
Binary 11101100 110100 1000010 0 1001110 1001000 111 101100011 1010011 111000

Color Harmonies of #EC3442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3442

Black with #EC3442

Text Example


Text Example

White with #EC3442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3442; }

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

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

background-color css

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

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

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

border-color css

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

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

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