Html Css Color HEX #EC2133 Alizarin

📋 copy color: '#EC2133'

red 236 ◦ green 33 ◦ blue 51

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

Shades of Alizarin #EC2133

Tints of Alizarin #EC2133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.94%

R = 73.75%
G = 10.31%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC2133 (or 0xEC2133) is known color: Alizarin. HEX triplet: EC, 21 and 33. RGB value is (236,33,51). Sum of RGB (Red+Green+Blue) = 236+33+51=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2133 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2133 is #13DECC. Grayscale: #5F5F5F. Windows color (decimal): -1302221 or 3351020. OLE color: 3351020.

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

Color convert

RGB 236 33 51 -
CMYK 0 0.86 0.78 0.07
HSL 354.68º 0.84% 0.53% -
HSV(B) 354.68º 0.86% 0.93% -
XYZ 35.73 19.16 4.95 -
YUV 95.75 102.75 228.04 -
System Red Green Blue C M Y K H S L
Decimal 236 33 51 0 0.86 0.78 0.07 354.68 0.84 0.53
Hex EC 21 33 0 56 4E 7 163 54 35
Octal 354 41 63 0 126 116 7 543 124 65
Binary 11101100 100001 110011 0 1010110 1001110 111 101100011 1010100 110101

Color Harmonies of #EC2133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2133

Black with #EC2133

Text Example


Text Example

White with #EC2133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2133; }

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

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

background-color css

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

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

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

border-color css

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

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

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