Html Css Color HEX #EC2130 Alizarin

📋 copy color: '#EC2130'

red 236 ◦ green 33 ◦ blue 48

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

Shades of Alizarin #EC2130

Tints of Alizarin #EC2130

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.41%

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

R = 74.45%
G = 10.41%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC2130 (or 0xEC2130) is known color: Alizarin. HEX triplet: EC, 21 and 30. RGB value is (236,33,48). Sum of RGB (Red+Green+Blue) = 236+33+48=317 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.45% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2130 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2130 is #13DECF. Grayscale: #5F5F5F. Windows color (decimal): -1302224 or 3154412. OLE color: 3154412.

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

Color convert

RGB 236 33 48 -
CMYK 0 0.86 0.80 0.07
HSL 355.57º 0.84% 0.53% -
HSV(B) 355.57º 0.86% 0.93% -
XYZ 35.67 19.13 4.61 -
YUV 95.41 101.25 228.28 -
System Red Green Blue C M Y K H S L
Decimal 236 33 48 0 0.86 0.80 0.07 355.57 0.84 0.53
Hex EC 21 30 0 56 50 7 164 54 35
Octal 354 41 60 0 126 120 7 544 124 65
Binary 11101100 100001 110000 0 1010110 1010000 111 101100100 1010100 110101

Color Harmonies of #EC2130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2130

Black with #EC2130

Text Example


Text Example

White with #EC2130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2130; }

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

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

background-color css

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

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

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

border-color css

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

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

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