Html Css Color HEX #EC1735 Alizarin

📋 copy color: '#EC1735'

red 236 ◦ green 23 ◦ blue 53

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

Shades of Alizarin #EC1735

Tints of Alizarin #EC1735

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.37%

 BLUE value IS 53 (21.09% from 255) = 16.99%

R = 75.64%
G = 7.37%
B = 16.99%

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

#EC1735 (or 0xEC1735) is known color: Alizarin. HEX triplet: EC, 17 and 35. RGB value is (236,23,53). Sum of RGB (Red+Green+Blue) = 236+23+53=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1735 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1735 is #13E8CA. Grayscale: #5A5A5A. Windows color (decimal): -1304779 or 3479532. OLE color: 3479532.

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

Color convert

RGB 236 23 53 -
CMYK 0 0.90 0.78 0.07
HSL 351.55º 0.85% 0.51% -
HSV(B) 351.55º 0.9% 0.93% -
XYZ 35.54 18.7 5.1 -
YUV 90.11 107.07 232.06 -
System Red Green Blue C M Y K H S L
Decimal 236 23 53 0 0.90 0.78 0.07 351.55 0.85 0.51
Hex EC 17 35 0 5A 4E 7 160 55 33
Octal 354 27 65 0 132 116 7 540 125 63
Binary 11101100 10111 110101 0 1011010 1001110 111 101100000 1010101 110011

Color Harmonies of #EC1735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1735

Black with #EC1735

Text Example


Text Example

White with #EC1735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1735; }

 p { color: rgb(236,23,53); }

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

background-color css

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

 a { background-color: rgb(236,23,53); }

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

border-color css

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

 span { border-color: rgb(236,23,53); }

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