Html Css Color HEX #ED1932 Alizarin

📋 copy color: '#ED1932'

red 237 ◦ green 25 ◦ blue 50

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

Shades of Alizarin #ED1932

Tints of Alizarin #ED1932

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.01%

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

R = 75.96%
G = 8.01%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ED1932 (or 0xED1932) is known color: Alizarin. HEX triplet: ED, 19 and 32. RGB value is (237,25,50). Sum of RGB (Red+Green+Blue) = 237+25+50=312 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.96% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1932 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1932 is #12E6CD. Grayscale: #5B5B5B. Windows color (decimal): -1238734 or 3283437. OLE color: 3283437.

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

Color convert

RGB 237 25 50 -
CMYK 0 0.89 0.79 0.07
HSL 352.92º 0.85% 0.51% -
HSV(B) 352.92º 0.89% 0.93% -
XYZ 35.85 18.93 4.78 -
YUV 91.24 104.74 231.97 -
System Red Green Blue C M Y K H S L
Decimal 237 25 50 0 0.89 0.79 0.07 352.92 0.85 0.51
Hex ED 19 32 0 59 4F 7 161 55 33
Octal 355 31 62 0 131 117 7 541 125 63
Binary 11101101 11001 110010 0 1011001 1001111 111 101100001 1010101 110011

Color Harmonies of #ED1932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1932

Black with #ED1932

Text Example


Text Example

White with #ED1932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1932; }

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

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

background-color css

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

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

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

border-color css

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

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

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