Html Css Color HEX #EC1E28 Alizarin

📋 copy color: '#EC1E28'

red 236 ◦ green 30 ◦ blue 40

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

Shades of Alizarin #EC1E28

Tints of Alizarin #EC1E28

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.8%

 BLUE value IS 40 (16.02% from 255) = 13.07%

R = 77.12%
G = 9.8%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC1E28 (or 0xEC1E28) is known color: Alizarin. HEX triplet: EC, 1E and 28. RGB value is (236,30,40). Sum of RGB (Red+Green+Blue) = 236+30+40=306 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.12% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1E28 is #13E1D7. Grayscale: #5C5C5C. Windows color (decimal): -1303000 or 2629356. OLE color: 2629356.

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

Color convert

RGB 236 30 40 -
CMYK 0 0.87 0.83 0.07
HSL 357.09º 0.84% 0.52% -
HSV(B) 357.09º 0.87% 0.93% -
XYZ 35.44 18.91 3.79 -
YUV 92.73 98.25 230.19 -
System Red Green Blue C M Y K H S L
Decimal 236 30 40 0 0.87 0.83 0.07 357.09 0.84 0.52
Hex EC 1E 28 0 57 53 7 165 54 34
Octal 354 36 50 0 127 123 7 545 124 64
Binary 11101100 11110 101000 0 1010111 1010011 111 101100101 1010100 110100

Color Harmonies of #EC1E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1E28

Black with #EC1E28

Text Example


Text Example

White with #EC1E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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