Html Css Color HEX #EC2742 Alizarin

📋 copy color: '#EC2742'

red 236 ◦ green 39 ◦ blue 66

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

Shades of Alizarin #EC2742

Tints of Alizarin #EC2742

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.44%

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

R = 69.21%
G = 11.44%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC2742 (or 0xEC2742) is known color: Alizarin. HEX triplet: EC, 27 and 42. RGB value is (236,39,66). Sum of RGB (Red+Green+Blue) = 236+39+66=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2742 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2742 is #13D8BD. Grayscale: #656565. Windows color (decimal): -1300670 or 4335596. OLE color: 4335596.

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

Color convert

RGB 236 39 66 -
CMYK 0 0.83 0.72 0.07
HSL 351.78º 0.84% 0.54% -
HSV(B) 351.78º 0.83% 0.93% -
XYZ 36.3 19.68 7.04 -
YUV 100.98 108.27 224.3 -
System Red Green Blue C M Y K H S L
Decimal 236 39 66 0 0.83 0.72 0.07 351.78 0.84 0.54
Hex EC 27 42 0 53 48 7 160 54 36
Octal 354 47 102 0 123 110 7 540 124 66
Binary 11101100 100111 1000010 0 1010011 1001000 111 101100000 1010100 110110

Color Harmonies of #EC2742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2742

Black with #EC2742

Text Example


Text Example

White with #EC2742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2742; }

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

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

background-color css

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

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

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

border-color css

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

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

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