Html Css Color HEX #EC2535 Alizarin

📋 copy color: '#EC2535'

red 236 ◦ green 37 ◦ blue 53

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

Shades of Alizarin #EC2535

Tints of Alizarin #EC2535

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.35%

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

R = 72.39%
G = 11.35%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC2535 (or 0xEC2535) is known color: Alizarin. HEX triplet: EC, 25 and 35. RGB value is (236,37,53). Sum of RGB (Red+Green+Blue) = 236+37+53=326 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.39% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2535 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2535 is #13DACA. Grayscale: #626262. Windows color (decimal): -1301195 or 3483116. OLE color: 3483116.

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

Color convert

RGB 236 37 53 -
CMYK 0 0.84 0.78 0.07
HSL 355.18º 0.84% 0.54% -
HSV(B) 355.18º 0.84% 0.93% -
XYZ 35.9 19.41 5.22 -
YUV 98.33 102.43 226.2 -
System Red Green Blue C M Y K H S L
Decimal 236 37 53 0 0.84 0.78 0.07 355.18 0.84 0.54
Hex EC 25 35 0 54 4E 7 163 54 36
Octal 354 45 65 0 124 116 7 543 124 66
Binary 11101100 100101 110101 0 1010100 1001110 111 101100011 1010100 110110

Color Harmonies of #EC2535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2535

Black with #EC2535

Text Example


Text Example

White with #EC2535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2535; }

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

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

background-color css

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

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

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

border-color css

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

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

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