Html Css Color HEX #EC3342 Alizarin

📋 copy color: '#EC3342'

red 236 ◦ green 51 ◦ blue 66

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

Shades of Alizarin #EC3342

Tints of Alizarin #EC3342

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.45%

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

R = 66.86%
G = 14.45%
B = 18.7%

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

#EC3342 (or 0xEC3342) is known color: Alizarin. HEX triplet: EC, 33 and 42. RGB value is (236,51,66). Sum of RGB (Red+Green+Blue) = 236+51+66=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3342 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3342 is #13CCBD. Grayscale: #6C6C6C. Windows color (decimal): -1297598 or 4338668. OLE color: 4338668.

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

Color convert

RGB 236 51 66 -
CMYK 0 0.78 0.72 0.07
HSL 355.14º 0.83% 0.56% -
HSV(B) 355.14º 0.78% 0.93% -
XYZ 36.76 20.59 7.19 -
YUV 108.03 104.29 219.28 -
System Red Green Blue C M Y K H S L
Decimal 236 51 66 0 0.78 0.72 0.07 355.14 0.83 0.56
Hex EC 33 42 0 4E 48 7 163 53 38
Octal 354 63 102 0 116 110 7 543 123 70
Binary 11101100 110011 1000010 0 1001110 1001000 111 101100011 1010011 111000

Color Harmonies of #EC3342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3342

Black with #EC3342

Text Example


Text Example

White with #EC3342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3342; }

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

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

background-color css

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

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

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

border-color css

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

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

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