Html Css Color HEX #EC182E Alizarin

📋 copy color: '#EC182E'

red 236 ◦ green 24 ◦ blue 46

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

Shades of Alizarin #EC182E

Tints of Alizarin #EC182E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.03%

R = 77.12%
G = 7.84%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC182E (or 0xEC182E) is known color: Alizarin. HEX triplet: EC, 18 and 2E. RGB value is (236,24,46). Sum of RGB (Red+Green+Blue) = 236+24+46=306 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.12% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 236 - color contains mainly: red. Hex color #EC182E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC182E is #13E7D1. Grayscale: #5A5A5A. Windows color (decimal): -1304530 or 3021036. OLE color: 3021036.

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

Color convert

RGB 236 24 46 -
CMYK 0 0.90 0.81 0.07
HSL 353.77º 0.85% 0.51% -
HSV(B) 353.77º 0.9% 0.93% -
XYZ 35.41 18.68 4.32 -
YUV 89.9 103.24 232.21 -
System Red Green Blue C M Y K H S L
Decimal 236 24 46 0 0.90 0.81 0.07 353.77 0.85 0.51
Hex EC 18 2E 0 5A 51 7 162 55 33
Octal 354 30 56 0 132 121 7 542 125 63
Binary 11101100 11000 101110 0 1011010 1010001 111 101100010 1010101 110011

Color Harmonies of #EC182E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC182E

Black with #EC182E

Text Example


Text Example

White with #EC182E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC182E; }

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

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

background-color css

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

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

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

border-color css

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

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

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