Html Css Color HEX #EC213D Alizarin

📋 copy color: '#EC213D'

red 236 ◦ green 33 ◦ blue 61

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

Shades of Alizarin #EC213D

Tints of Alizarin #EC213D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.48%

R = 71.52%
G = 10%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC213D (or 0xEC213D) is known color: Alizarin. HEX triplet: EC, 21 and 3D. RGB value is (236,33,61). Sum of RGB (Red+Green+Blue) = 236+33+61=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC213D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC213D is #13DEC2. Grayscale: #606060. Windows color (decimal): -1302211 or 4006380. OLE color: 4006380.

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

Color convert

RGB 236 33 61 -
CMYK 0 0.86 0.74 0.07
HSL 351.72º 0.84% 0.53% -
HSV(B) 351.72º 0.86% 0.93% -
XYZ 35.98 19.26 6.24 -
YUV 96.89 107.75 227.22 -
System Red Green Blue C M Y K H S L
Decimal 236 33 61 0 0.86 0.74 0.07 351.72 0.84 0.53
Hex EC 21 3D 0 56 4A 7 160 54 35
Octal 354 41 75 0 126 112 7 540 124 65
Binary 11101100 100001 111101 0 1010110 1001010 111 101100000 1010100 110101

Color Harmonies of #EC213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC213D

Black with #EC213D

Text Example


Text Example

White with #EC213D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC213D; }

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

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

background-color css

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

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

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

border-color css

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

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

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