Html Css Color HEX #EC1837 Alizarin

📋 copy color: '#EC1837'

red 236 ◦ green 24 ◦ blue 55

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

Shades of Alizarin #EC1837

Tints of Alizarin #EC1837

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.62%

 BLUE value IS 55 (21.88% from 255) = 17.46%

R = 74.92%
G = 7.62%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EC1837 (or 0xEC1837) is known color: Alizarin. HEX triplet: EC, 18 and 37. RGB value is (236,24,55). Sum of RGB (Red+Green+Blue) = 236+24+55=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1837 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1837 is #13E7C8. Grayscale: #5B5B5B. Windows color (decimal): -1304521 or 3610860. OLE color: 3610860.

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

Color convert

RGB 236 24 55 -
CMYK 0 0.90 0.77 0.07
HSL 351.23º 0.85% 0.51% -
HSV(B) 351.23º 0.9% 0.93% -
XYZ 35.61 18.76 5.36 -
YUV 90.92 107.74 231.48 -
System Red Green Blue C M Y K H S L
Decimal 236 24 55 0 0.90 0.77 0.07 351.23 0.85 0.51
Hex EC 18 37 0 5A 4D 7 15F 55 33
Octal 354 30 67 0 132 115 7 537 125 63
Binary 11101100 11000 110111 0 1011010 1001101 111 101011111 1010101 110011

Color Harmonies of #EC1837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1837

Black with #EC1837

Text Example


Text Example

White with #EC1837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1837; }

 p { color: rgb(236,24,55); }

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

background-color css

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

 a { background-color: rgb(236,24,55); }

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

border-color css

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

 span { border-color: rgb(236,24,55); }

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