Html Css Color HEX #ED213E Alizarin

📋 copy color: '#ED213E'

red 237 ◦ green 33 ◦ blue 62

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

Shades of Alizarin #ED213E

Tints of Alizarin #ED213E

RGB

 RED value IS 237 (92.97% from 255) = 71.39%

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

 BLUE value IS 62 (24.61% from 255) = 18.67%

R = 71.39%
G = 9.94%
B = 18.67%

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

#ED213E (or 0xED213E) is known color: Alizarin. HEX triplet: ED, 21 and 3E. RGB value is (237,33,62). Sum of RGB (Red+Green+Blue) = 237+33+62=332 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.39% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 237 - color contains mainly: red. Hex color #ED213E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED213E is #12DEC1. Grayscale: #616161. Windows color (decimal): -1236674 or 4071917. OLE color: 4071917.

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

Color convert

RGB 237 33 62 -
CMYK 0 0.86 0.74 0.07
HSL 351.47º 0.85% 0.53% -
HSV(B) 351.47º 0.86% 0.93% -
XYZ 36.34 19.44 6.39 -
YUV 97.3 108.09 227.64 -
System Red Green Blue C M Y K H S L
Decimal 237 33 62 0 0.86 0.74 0.07 351.47 0.85 0.53
Hex ED 21 3E 0 56 4A 7 15F 55 35
Octal 355 41 76 0 126 112 7 537 125 65
Binary 11101101 100001 111110 0 1010110 1001010 111 101011111 1010101 110101

Color Harmonies of #ED213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED213E

Black with #ED213E

Text Example


Text Example

White with #ED213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED213E; }

 p { color: rgb(237,33,62); }

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

background-color css

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

 a { background-color: rgb(237,33,62); }

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

border-color css

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

 span { border-color: rgb(237,33,62); }

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