Html Css Color HEX #EC2C35 Alizarin

📋 copy color: '#EC2C35'

red 236 ◦ green 44 ◦ blue 53

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

Shades of Alizarin #EC2C35

Tints of Alizarin #EC2C35

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.21%

 BLUE value IS 53 (21.09% from 255) = 15.92%

R = 70.87%
G = 13.21%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC2C35 (or 0xEC2C35) is known color: Alizarin. HEX triplet: EC, 2C and 35. RGB value is (236,44,53). Sum of RGB (Red+Green+Blue) = 236+44+53=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 44 (17.58% from 255 or 13.21% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2C35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2C35 is #13D3CA. Grayscale: #666666. Windows color (decimal): -1299403 or 3484908. OLE color: 3484908.

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

Color convert

RGB 236 44 53 -
CMYK 0 0.81 0.78 0.07
HSL 357.19º 0.83% 0.55% -
HSV(B) 357.19º 0.81% 0.93% -
XYZ 36.14 19.89 5.3 -
YUV 102.43 100.11 223.27 -
System Red Green Blue C M Y K H S L
Decimal 236 44 53 0 0.81 0.78 0.07 357.19 0.83 0.55
Hex EC 2C 35 0 51 4E 7 165 53 37
Octal 354 54 65 0 121 116 7 545 123 67
Binary 11101100 101100 110101 0 1010001 1001110 111 101100101 1010011 110111

Color Harmonies of #EC2C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2C35

Black with #EC2C35

Text Example


Text Example

White with #EC2C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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