Html Css Color HEX #EC213A Alizarin

📋 copy color: '#EC213A'

red 236 ◦ green 33 ◦ blue 58

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

Shades of Alizarin #EC213A

Tints of Alizarin #EC213A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.74%

R = 72.17%
G = 10.09%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC213A (or 0xEC213A) is known color: Alizarin. HEX triplet: EC, 21 and 3A. RGB value is (236,33,58). Sum of RGB (Red+Green+Blue) = 236+33+58=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC213A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC213A is #13DEC5. Grayscale: #606060. Windows color (decimal): -1302214 or 3809772. OLE color: 3809772.

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

Color convert

RGB 236 33 58 -
CMYK 0 0.86 0.75 0.07
HSL 352.61º 0.84% 0.53% -
HSV(B) 352.61º 0.86% 0.93% -
XYZ 35.9 19.23 5.82 -
YUV 96.55 106.25 227.47 -
System Red Green Blue C M Y K H S L
Decimal 236 33 58 0 0.86 0.75 0.07 352.61 0.84 0.53
Hex EC 21 3A 0 56 4B 7 161 54 35
Octal 354 41 72 0 126 113 7 541 124 65
Binary 11101100 100001 111010 0 1010110 1001011 111 101100001 1010100 110101

Color Harmonies of #EC213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC213A

Black with #EC213A

Text Example


Text Example

White with #EC213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC213A; }

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

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

background-color css

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

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

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

border-color css

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

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

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