Html Css Color HEX #EC1833 Alizarin

📋 copy color: '#EC1833'

red 236 ◦ green 24 ◦ blue 51

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

Shades of Alizarin #EC1833

Tints of Alizarin #EC1833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.4%

R = 75.88%
G = 7.72%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC1833 (or 0xEC1833) is known color: Alizarin. HEX triplet: EC, 18 and 33. RGB value is (236,24,51). Sum of RGB (Red+Green+Blue) = 236+24+51=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1833 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1833 is #13E7CC. Grayscale: #5A5A5A. Windows color (decimal): -1304525 or 3348716. OLE color: 3348716.

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

Color convert

RGB 236 24 51 -
CMYK 0 0.90 0.78 0.07
HSL 352.36º 0.85% 0.51% -
HSV(B) 352.36º 0.9% 0.93% -
XYZ 35.52 18.73 4.87 -
YUV 90.47 105.74 231.8 -
System Red Green Blue C M Y K H S L
Decimal 236 24 51 0 0.90 0.78 0.07 352.36 0.85 0.51
Hex EC 18 33 0 5A 4E 7 160 55 33
Octal 354 30 63 0 132 116 7 540 125 63
Binary 11101100 11000 110011 0 1011010 1001110 111 101100000 1010101 110011

Color Harmonies of #EC1833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1833

Black with #EC1833

Text Example


Text Example

White with #EC1833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1833; }

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

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

background-color css

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

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

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

border-color css

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

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

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