Html Css Color HEX #ED2931 Alizarin

📋 copy color: '#ED2931'

red 237 ◦ green 41 ◦ blue 49

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

Shades of Alizarin #ED2931

Tints of Alizarin #ED2931

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.54%

 BLUE value IS 49 (19.53% from 255) = 14.98%

R = 72.48%
G = 12.54%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ED2931 (or 0xED2931) is known color: Alizarin. HEX triplet: ED, 29 and 31. RGB value is (237,41,49). Sum of RGB (Red+Green+Blue) = 237+41+49=327 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.48% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2931 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2931 is #12D6CE. Grayscale: #646464. Windows color (decimal): -1234639 or 3221997. OLE color: 3221997.

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

Color convert

RGB 237 41 49 -
CMYK 0 0.83 0.79 0.07
HSL 357.55º 0.84% 0.55% -
HSV(B) 357.55º 0.83% 0.93% -
XYZ 36.27 19.81 4.82 -
YUV 100.52 98.93 225.35 -
System Red Green Blue C M Y K H S L
Decimal 237 41 49 0 0.83 0.79 0.07 357.55 0.84 0.55
Hex ED 29 31 0 53 4F 7 166 54 37
Octal 355 51 61 0 123 117 7 546 124 67
Binary 11101101 101001 110001 0 1010011 1001111 111 101100110 1010100 110111

Color Harmonies of #ED2931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2931

Black with #ED2931

Text Example


Text Example

White with #ED2931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2931; }

 p { color: rgb(237,41,49); }

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

background-color css

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

 a { background-color: rgb(237,41,49); }

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

border-color css

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

 span { border-color: rgb(237,41,49); }

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