Html Css Color HEX #ED213B Alizarin

📋 copy color: '#ED213B'

red 237 ◦ green 33 ◦ blue 59

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

Shades of Alizarin #ED213B

Tints of Alizarin #ED213B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.93%

R = 72.04%
G = 10.03%
B = 17.93%

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

#ED213B (or 0xED213B) is known color: Alizarin. HEX triplet: ED, 21 and 3B. RGB value is (237,33,59). Sum of RGB (Red+Green+Blue) = 237+33+59=329 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.04% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 237 - color contains mainly: red. Hex color #ED213B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED213B is #12DEC4. Grayscale: #616161. Windows color (decimal): -1236677 or 3875309. OLE color: 3875309.

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

Color convert

RGB 237 33 59 -
CMYK 0 0.86 0.75 0.07
HSL 352.35º 0.85% 0.53% -
HSV(B) 352.35º 0.86% 0.93% -
XYZ 36.26 19.41 5.97 -
YUV 96.96 106.59 227.89 -
System Red Green Blue C M Y K H S L
Decimal 237 33 59 0 0.86 0.75 0.07 352.35 0.85 0.53
Hex ED 21 3B 0 56 4B 7 160 55 35
Octal 355 41 73 0 126 113 7 540 125 65
Binary 11101101 100001 111011 0 1010110 1001011 111 101100000 1010101 110101

Color Harmonies of #ED213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED213B

Black with #ED213B

Text Example


Text Example

White with #ED213B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED213B; }

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

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

background-color css

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

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

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

border-color css

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

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

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