Html Css Color HEX #EC2930 Alizarin

📋 copy color: '#EC2930'

red 236 ◦ green 41 ◦ blue 48

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

Shades of Alizarin #EC2930

Tints of Alizarin #EC2930

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.62%

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

R = 72.62%
G = 12.62%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC2930 (or 0xEC2930) is known color: Alizarin. HEX triplet: EC, 29 and 30. RGB value is (236,41,48). Sum of RGB (Red+Green+Blue) = 236+41+48=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2930 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2930 is #13D6CF. Grayscale: #646464. Windows color (decimal): -1300176 or 3156460. OLE color: 3156460.

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

Color convert

RGB 236 41 48 -
CMYK 0 0.83 0.80 0.07
HSL 357.85º 0.84% 0.54% -
HSV(B) 357.85º 0.83% 0.93% -
XYZ 35.92 19.63 4.69 -
YUV 100.1 98.6 224.93 -
System Red Green Blue C M Y K H S L
Decimal 236 41 48 0 0.83 0.80 0.07 357.85 0.84 0.54
Hex EC 29 30 0 53 50 7 166 54 36
Octal 354 51 60 0 123 120 7 546 124 66
Binary 11101100 101001 110000 0 1010011 1010000 111 101100110 1010100 110110

Color Harmonies of #EC2930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2930

Black with #EC2930

Text Example


Text Example

White with #EC2930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2930; }

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

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

background-color css

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

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

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

border-color css

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

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

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