Html Css Color HEX #EC1D24 Alizarin

📋 copy color: '#EC1D24'

red 236 ◦ green 29 ◦ blue 36

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

Shades of Alizarin #EC1D24

Tints of Alizarin #EC1D24

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.63%

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

R = 78.41%
G = 9.63%
B = 11.96%

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

#EC1D24 (or 0xEC1D24) is known color: Alizarin. HEX triplet: EC, 1D and 24. RGB value is (236,29,36). Sum of RGB (Red+Green+Blue) = 236+29+36=301 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.41% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1D24 is #13E2DB. Grayscale: #5B5B5B. Windows color (decimal): -1303260 or 2366956. OLE color: 2366956.

HSL color Cylindrical-coordinate representation of color #EC1D24: hue angle of 357.97º degrees, saturation: 0.84, 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 #EC1D24 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 29 36 -
CMYK 0 0.88 0.85 0.07
HSL 357.97º 0.84% 0.52% -
HSV(B) 357.97º 0.88% 0.93% -
XYZ 35.35 18.84 3.44 -
YUV 91.69 96.58 230.93 -
System Red Green Blue C M Y K H S L
Decimal 236 29 36 0 0.88 0.85 0.07 357.97 0.84 0.52
Hex EC 1D 24 0 58 55 7 166 54 34
Octal 354 35 44 0 130 125 7 546 124 64
Binary 11101100 11101 100100 0 1011000 1010101 111 101100110 1010100 110100

Color Harmonies of #EC1D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1D24

Black with #EC1D24

Text Example


Text Example

White with #EC1D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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