Html Css Color HEX #EC1836 Alizarin

📋 copy color: '#EC1836'

red 236 ◦ green 24 ◦ blue 54

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

Shades of Alizarin #EC1836

Tints of Alizarin #EC1836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.2%

R = 75.16%
G = 7.64%
B = 17.2%

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

#EC1836 (or 0xEC1836) is known color: Alizarin. HEX triplet: EC, 18 and 36. RGB value is (236,24,54). Sum of RGB (Red+Green+Blue) = 236+24+54=314 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.16% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1836 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1836 is #13E7C9. Grayscale: #5A5A5A. Windows color (decimal): -1304522 or 3545324. OLE color: 3545324.

HSL color Cylindrical-coordinate representation of color #EC1836: hue angle of 351.51º 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 #EC1836 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 24 54 -
CMYK 0 0.90 0.77 0.07
HSL 351.51º 0.85% 0.51% -
HSV(B) 351.51º 0.9% 0.93% -
XYZ 35.58 18.75 5.23 -
YUV 90.81 107.24 231.56 -
System Red Green Blue C M Y K H S L
Decimal 236 24 54 0 0.90 0.77 0.07 351.51 0.85 0.51
Hex EC 18 36 0 5A 4D 7 160 55 33
Octal 354 30 66 0 132 115 7 540 125 63
Binary 11101100 11000 110110 0 1011010 1001101 111 101100000 1010101 110011

Color Harmonies of #EC1836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1836

Black with #EC1836

Text Example


Text Example

White with #EC1836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1836; }

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

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

background-color css

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

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

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

border-color css

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

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

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