Html Css Color HEX #EC191E Alizarin

📋 copy color: '#EC191E'

red 236 ◦ green 25 ◦ blue 30

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

Shades of Alizarin #EC191E

Tints of Alizarin #EC191E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.59%

 BLUE value IS 30 (12.11% from 255) = 10.31%

R = 81.1%
G = 8.59%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC191E (or 0xEC191E) is known color: Alizarin. HEX triplet: EC, 19 and 1E. RGB value is (236,25,30). Sum of RGB (Red+Green+Blue) = 236+25+30=291 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.10% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 236 - color contains mainly: red. Hex color #EC191E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC191E is #13E6E1. Grayscale: #585858. Windows color (decimal): -1304290 or 1972716. OLE color: 1972716.

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

Color convert

RGB 236 25 30 -
CMYK 0 0.89 0.87 0.07
HSL 358.58º 0.85% 0.51% -
HSV(B) 358.58º 0.89% 0.93% -
XYZ 35.17 18.62 2.97 -
YUV 88.66 94.9 233.09 -
System Red Green Blue C M Y K H S L
Decimal 236 25 30 0 0.89 0.87 0.07 358.58 0.85 0.51
Hex EC 19 1E 0 59 57 7 167 55 33
Octal 354 31 36 0 131 127 7 547 125 63
Binary 11101100 11001 11110 0 1011001 1010111 111 101100111 1010101 110011

Color Harmonies of #EC191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC191E

Black with #EC191E

Text Example


Text Example

White with #EC191E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC191E; }

 p { color: rgb(236,25,30); }

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

background-color css

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

 a { background-color: rgb(236,25,30); }

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

border-color css

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

 span { border-color: rgb(236,25,30); }

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