Html Css Color HEX #ED2838 Alizarin

📋 copy color: '#ED2838'

red 237 ◦ green 40 ◦ blue 56

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

Shades of Alizarin #ED2838

Tints of Alizarin #ED2838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.82%

R = 71.17%
G = 12.01%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED2838 (or 0xED2838) is known color: Alizarin. HEX triplet: ED, 28 and 38. RGB value is (237,40,56). Sum of RGB (Red+Green+Blue) = 237+40+56=333 (44% of max value = 765). Red value is 237 (92.97% from 255 or 71.17% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2838 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2838 is #12D7C7. Grayscale: #646464. Windows color (decimal): -1234888 or 3680493. OLE color: 3680493.

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

Color convert

RGB 237 40 56 -
CMYK 0 0.83 0.76 0.07
HSL 355.13º 0.85% 0.54% -
HSV(B) 355.13º 0.83% 0.93% -
XYZ 36.4 19.81 5.65 -
YUV 100.73 102.77 225.2 -
System Red Green Blue C M Y K H S L
Decimal 237 40 56 0 0.83 0.76 0.07 355.13 0.85 0.54
Hex ED 28 38 0 53 4C 7 163 55 36
Octal 355 50 70 0 123 114 7 543 125 66
Binary 11101101 101000 111000 0 1010011 1001100 111 101100011 1010101 110110

Color Harmonies of #ED2838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2838

Black with #ED2838

Text Example


Text Example

White with #ED2838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2838; }

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

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

background-color css

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

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

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

border-color css

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

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

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