Html Css Color HEX #EC1628 Alizarin

📋 copy color: '#EC1628'

red 236 ◦ green 22 ◦ blue 40

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

Shades of Alizarin #EC1628

Tints of Alizarin #EC1628

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.38%

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

R = 79.19%
G = 7.38%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC1628 (or 0xEC1628) is known color: Alizarin. HEX triplet: EC, 16 and 28. RGB value is (236,22,40). Sum of RGB (Red+Green+Blue) = 236+22+40=298 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.19% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1628 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1628 is #13E9D7. Grayscale: #585858. Windows color (decimal): -1305048 or 2627308. OLE color: 2627308.

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

Color convert

RGB 236 22 40 -
CMYK 0 0.91 0.83 0.07
HSL 354.95º 0.85% 0.51% -
HSV(B) 354.95º 0.91% 0.93% -
XYZ 35.26 18.56 3.73 -
YUV 88.04 100.9 233.54 -
System Red Green Blue C M Y K H S L
Decimal 236 22 40 0 0.91 0.83 0.07 354.95 0.85 0.51
Hex EC 16 28 0 5B 53 7 163 55 33
Octal 354 26 50 0 133 123 7 543 125 63
Binary 11101100 10110 101000 0 1011011 1010011 111 101100011 1010101 110011

Color Harmonies of #EC1628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1628

Black with #EC1628

Text Example


Text Example

White with #EC1628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1628; }

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

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

background-color css

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

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

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

border-color css

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

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

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