Html Css Color HEX #ED2132 Alizarin

📋 copy color: '#ED2132'

red 237 ◦ green 33 ◦ blue 50

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

Shades of Alizarin #ED2132

Tints of Alizarin #ED2132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.63%

R = 74.06%
G = 10.31%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ED2132 (or 0xED2132) is known color: Alizarin. HEX triplet: ED, 21 and 32. RGB value is (237,33,50). Sum of RGB (Red+Green+Blue) = 237+33+50=320 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.06% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2132 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2132 is #12DECD. Grayscale: #606060. Windows color (decimal): -1236686 or 3285485. OLE color: 3285485.

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

Color convert

RGB 237 33 50 -
CMYK 0 0.86 0.79 0.07
HSL 355º 0.85% 0.53% -
HSV(B) 355º 0.86% 0.93% -
XYZ 36.04 19.32 4.85 -
YUV 95.93 102.09 228.62 -
System Red Green Blue C M Y K H S L
Decimal 237 33 50 0 0.86 0.79 0.07 355 0.85 0.53
Hex ED 21 32 0 56 4F 7 163 55 35
Octal 355 41 62 0 126 117 7 543 125 65
Binary 11101101 100001 110010 0 1010110 1001111 111 101100011 1010101 110101

Color Harmonies of #ED2132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2132

Black with #ED2132

Text Example


Text Example

White with #ED2132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2132; }

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

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

background-color css

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

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

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

border-color css

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

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

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