Html Css Color HEX #ED1732 Alizarin

📋 copy color: '#ED1732'

red 237 ◦ green 23 ◦ blue 50

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

Shades of Alizarin #ED1732

Tints of Alizarin #ED1732

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.42%

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

R = 76.45%
G = 7.42%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ED1732 (or 0xED1732) is known color: Alizarin. HEX triplet: ED, 17 and 32. RGB value is (237,23,50). Sum of RGB (Red+Green+Blue) = 237+23+50=310 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.45% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1732 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1732 is #12E8CD. Grayscale: #5A5A5A. Windows color (decimal): -1239246 or 3282925. OLE color: 3282925.

HSL color Cylindrical-coordinate representation of color #ED1732: hue angle of 352.43º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED1732 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 23 50 -
CMYK 0 0.90 0.79 0.07
HSL 352.43º 0.86% 0.51% -
HSV(B) 352.43º 0.9% 0.93% -
XYZ 35.81 18.85 4.77 -
YUV 90.06 105.4 232.8 -
System Red Green Blue C M Y K H S L
Decimal 237 23 50 0 0.90 0.79 0.07 352.43 0.86 0.51
Hex ED 17 32 0 5A 4F 7 160 56 33
Octal 355 27 62 0 132 117 7 540 126 63
Binary 11101101 10111 110010 0 1011010 1001111 111 101100000 1010110 110011

Color Harmonies of #ED1732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1732

Black with #ED1732

Text Example


Text Example

White with #ED1732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1732; }

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

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

background-color css

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

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

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

border-color css

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

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

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