Html Css Color HEX #EC182A Alizarin

📋 copy color: '#EC182A'

red 236 ◦ green 24 ◦ blue 42

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

Shades of Alizarin #EC182A

Tints of Alizarin #EC182A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.91%

R = 78.15%
G = 7.95%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC182A (or 0xEC182A) is known color: Alizarin. HEX triplet: EC, 18 and 2A. RGB value is (236,24,42). Sum of RGB (Red+Green+Blue) = 236+24+42=302 (40% of max value = 765). Red value is 236 (92.58% from 255 or 78.15% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 236 - color contains mainly: red. Hex color #EC182A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC182A is #13E7D5. Grayscale: #595959. Windows color (decimal): -1304534 or 2758892. OLE color: 2758892.

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

Color convert

RGB 236 24 42 -
CMYK 0 0.90 0.82 0.07
HSL 354.91º 0.85% 0.51% -
HSV(B) 354.91º 0.9% 0.93% -
XYZ 35.34 18.65 3.93 -
YUV 89.44 101.24 232.54 -
System Red Green Blue C M Y K H S L
Decimal 236 24 42 0 0.90 0.82 0.07 354.91 0.85 0.51
Hex EC 18 2A 0 5A 52 7 163 55 33
Octal 354 30 52 0 132 122 7 543 125 63
Binary 11101100 11000 101010 0 1011010 1010010 111 101100011 1010101 110011

Color Harmonies of #EC182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC182A

Black with #EC182A

Text Example


Text Example

White with #EC182A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC182A; }

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

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

background-color css

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

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

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

border-color css

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

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

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