Html Css Color HEX #EC1C24 Alizarin

📋 copy color: '#EC1C24'

red 236 ◦ green 28 ◦ blue 36

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

Shades of Alizarin #EC1C24

Tints of Alizarin #EC1C24

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.33%

 BLUE value IS 36 (14.45% from 255) = 12%

R = 78.67%
G = 9.33%
B = 12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC1C24 (or 0xEC1C24) is known color: Alizarin. HEX triplet: EC, 1C and 24. RGB value is (236,28,36). Sum of RGB (Red+Green+Blue) = 236+28+36=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 36 (14.45% from 255 or 12% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1C24 is #13E3DB. Grayscale: #5B5B5B. Windows color (decimal): -1303516 or 2366700. OLE color: 2366700.

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

Color convert

RGB 236 28 36 -
CMYK 0 0.88 0.85 0.07
HSL 357.69º 0.85% 0.52% -
HSV(B) 357.69º 0.88% 0.93% -
XYZ 35.33 18.79 3.43 -
YUV 91.1 96.91 231.35 -
System Red Green Blue C M Y K H S L
Decimal 236 28 36 0 0.88 0.85 0.07 357.69 0.85 0.52
Hex EC 1C 24 0 58 55 7 166 55 34
Octal 354 34 44 0 130 125 7 546 125 64
Binary 11101100 11100 100100 0 1011000 1010101 111 101100110 1010101 110100

Color Harmonies of #EC1C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1C24

Black with #EC1C24

Text Example


Text Example

White with #EC1C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1C24; }

 p { color: rgb(236,28,36); }

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

background-color css

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

 a { background-color: rgb(236,28,36); }

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

border-color css

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

 span { border-color: rgb(236,28,36); }

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