Html Css Color HEX #ED2833 Alizarin

📋 copy color: '#ED2833'

red 237 ◦ green 40 ◦ blue 51

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

Shades of Alizarin #ED2833

Tints of Alizarin #ED2833

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.2%

 BLUE value IS 51 (20.31% from 255) = 15.55%

R = 72.26%
G = 12.2%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED2833 (or 0xED2833) is known color: Alizarin. HEX triplet: ED, 28 and 33. RGB value is (237,40,51). Sum of RGB (Red+Green+Blue) = 237+40+51=328 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.26% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2833 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2833 is #12D7CC. Grayscale: #646464. Windows color (decimal): -1234893 or 3352813. OLE color: 3352813.

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

Color convert

RGB 237 40 51 -
CMYK 0 0.83 0.78 0.07
HSL 356.65º 0.85% 0.54% -
HSV(B) 356.65º 0.83% 0.93% -
XYZ 36.28 19.76 5.03 -
YUV 100.16 100.27 225.61 -
System Red Green Blue C M Y K H S L
Decimal 237 40 51 0 0.83 0.78 0.07 356.65 0.85 0.54
Hex ED 28 33 0 53 4E 7 165 55 36
Octal 355 50 63 0 123 116 7 545 125 66
Binary 11101101 101000 110011 0 1010011 1001110 111 101100101 1010101 110110

Color Harmonies of #ED2833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2833

Black with #ED2833

Text Example


Text Example

White with #ED2833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2833; }

 p { color: rgb(237,40,51); }

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

background-color css

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

 a { background-color: rgb(237,40,51); }

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

border-color css

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

 span { border-color: rgb(237,40,51); }

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