Html Css Color HEX #EC1A33 Alizarin

📋 copy color: '#EC1A33'

red 236 ◦ green 26 ◦ blue 51

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

Shades of Alizarin #EC1A33

Tints of Alizarin #EC1A33

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.31%

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

R = 75.4%
G = 8.31%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC1A33 (or 0xEC1A33) is known color: Alizarin. HEX triplet: EC, 1A and 33. RGB value is (236,26,51). Sum of RGB (Red+Green+Blue) = 236+26+51=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 51 (20.31% from 255 or 16.29% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1A33 is #13E5CC. Grayscale: #5B5B5B. Windows color (decimal): -1304013 or 3349228. OLE color: 3349228.

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

Color convert

RGB 236 26 51 -
CMYK 0 0.89 0.78 0.07
HSL 352.86º 0.85% 0.51% -
HSV(B) 352.86º 0.89% 0.93% -
XYZ 35.56 18.81 4.89 -
YUV 91.64 105.07 230.97 -
System Red Green Blue C M Y K H S L
Decimal 236 26 51 0 0.89 0.78 0.07 352.86 0.85 0.51
Hex EC 1A 33 0 59 4E 7 161 55 33
Octal 354 32 63 0 131 116 7 541 125 63
Binary 11101100 11010 110011 0 1011001 1001110 111 101100001 1010101 110011

Color Harmonies of #EC1A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1A33

Black with #EC1A33

Text Example


Text Example

White with #EC1A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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