Html Css Color HEX #EC2428 Alizarin

📋 copy color: '#EC2428'

red 236 ◦ green 36 ◦ blue 40

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

Shades of Alizarin #EC2428

Tints of Alizarin #EC2428

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.54%

 BLUE value IS 40 (16.02% from 255) = 12.82%

R = 75.64%
G = 11.54%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC2428 (or 0xEC2428) is known color: Alizarin. HEX triplet: EC, 24 and 28. RGB value is (236,36,40). Sum of RGB (Red+Green+Blue) = 236+36+40=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2428 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2428 is #13DBD7. Grayscale: #606060. Windows color (decimal): -1301464 or 2630892. OLE color: 2630892.

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

Color convert

RGB 236 36 40 -
CMYK 0 0.85 0.83 0.07
HSL 358.8º 0.84% 0.53% -
HSV(B) 358.8º 0.85% 0.93% -
XYZ 35.61 19.25 3.85 -
YUV 96.26 96.26 227.67 -
System Red Green Blue C M Y K H S L
Decimal 236 36 40 0 0.85 0.83 0.07 358.8 0.84 0.53
Hex EC 24 28 0 55 53 7 167 54 35
Octal 354 44 50 0 125 123 7 547 124 65
Binary 11101100 100100 101000 0 1010101 1010011 111 101100111 1010100 110101

Color Harmonies of #EC2428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2428

Black with #EC2428

Text Example


Text Example

White with #EC2428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2428; }

 p { color: rgb(236,36,40); }

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

background-color css

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

 a { background-color: rgb(236,36,40); }

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

border-color css

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

 span { border-color: rgb(236,36,40); }

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