Html Css Color HEX #ED2029 Alizarin

📋 copy color: '#ED2029'

red 237 ◦ green 32 ◦ blue 41

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

Shades of Alizarin #ED2029

Tints of Alizarin #ED2029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.32%

 BLUE value IS 41 (16.41% from 255) = 13.23%

R = 76.45%
G = 10.32%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ED2029 (or 0xED2029) is known color: Alizarin. HEX triplet: ED, 20 and 29. RGB value is (237,32,41). Sum of RGB (Red+Green+Blue) = 237+32+41=310 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.45% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2029 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2029 is #12DFD6. Grayscale: #5E5E5E. Windows color (decimal): -1236951 or 2695405. OLE color: 2695405.

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

Color convert

RGB 237 32 41 -
CMYK 0 0.86 0.83 0.07
HSL 357.37º 0.85% 0.53% -
HSV(B) 357.37º 0.86% 0.93% -
XYZ 35.84 19.2 3.91 -
YUV 94.32 97.92 229.77 -
System Red Green Blue C M Y K H S L
Decimal 237 32 41 0 0.86 0.83 0.07 357.37 0.85 0.53
Hex ED 20 29 0 56 53 7 165 55 35
Octal 355 40 51 0 126 123 7 545 125 65
Binary 11101101 100000 101001 0 1010110 1010011 111 101100101 1010101 110101

Color Harmonies of #ED2029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2029

Black with #ED2029

Text Example


Text Example

White with #ED2029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2029; }

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

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

background-color css

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

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

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

border-color css

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

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

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