Html Css Color HEX #ED2732 Alizarin

📋 copy color: '#ED2732'

red 237 ◦ green 39 ◦ blue 50

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

Shades of Alizarin #ED2732

Tints of Alizarin #ED2732

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.96%

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

R = 72.7%
G = 11.96%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ED2732 (or 0xED2732) is known color: Alizarin. HEX triplet: ED, 27 and 32. RGB value is (237,39,50). Sum of RGB (Red+Green+Blue) = 237+39+50=326 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.70% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2732 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2732 is #12D8CD. Grayscale: #636363. Windows color (decimal): -1235150 or 3287021. OLE color: 3287021.

HSL color Cylindrical-coordinate representation of color #ED2732: hue angle of 356.67º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED2732 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 39 50 -
CMYK 0 0.84 0.79 0.07
HSL 356.67º 0.85% 0.54% -
HSV(B) 356.67º 0.84% 0.93% -
XYZ 36.23 19.69 4.91 -
YUV 99.46 100.1 226.11 -
System Red Green Blue C M Y K H S L
Decimal 237 39 50 0 0.84 0.79 0.07 356.67 0.85 0.54
Hex ED 27 32 0 54 4F 7 165 55 36
Octal 355 47 62 0 124 117 7 545 125 66
Binary 11101101 100111 110010 0 1010100 1001111 111 101100101 1010101 110110

Color Harmonies of #ED2732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2732

Black with #ED2732

Text Example


Text Example

White with #ED2732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2732; }

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

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

background-color css

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

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

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

border-color css

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

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

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