Html Css Color HEX #EC1830 Alizarin

📋 copy color: '#EC1830'

red 236 ◦ green 24 ◦ blue 48

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

Shades of Alizarin #EC1830

Tints of Alizarin #EC1830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.58%

R = 76.62%
G = 7.79%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC1830 (or 0xEC1830) is known color: Alizarin. HEX triplet: EC, 18 and 30. RGB value is (236,24,48). Sum of RGB (Red+Green+Blue) = 236+24+48=308 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.62% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1830 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1830 is #13E7CF. Grayscale: #5A5A5A. Windows color (decimal): -1304528 or 3152108. OLE color: 3152108.

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

Color convert

RGB 236 24 48 -
CMYK 0 0.90 0.80 0.07
HSL 353.21º 0.85% 0.51% -
HSV(B) 353.21º 0.9% 0.93% -
XYZ 35.45 18.7 4.54 -
YUV 90.12 104.24 232.05 -
System Red Green Blue C M Y K H S L
Decimal 236 24 48 0 0.90 0.80 0.07 353.21 0.85 0.51
Hex EC 18 30 0 5A 50 7 161 55 33
Octal 354 30 60 0 132 120 7 541 125 63
Binary 11101100 11000 110000 0 1011010 1010000 111 101100001 1010101 110011

Color Harmonies of #EC1830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1830

Black with #EC1830

Text Example


Text Example

White with #EC1830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1830; }

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

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

background-color css

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

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

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

border-color css

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

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

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