Html Css Color HEX #ED2840 Alizarin

📋 copy color: '#ED2840'

red 237 ◦ green 40 ◦ blue 64

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

Shades of Alizarin #ED2840

Tints of Alizarin #ED2840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.77%

R = 69.5%
G = 11.73%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED2840 (or 0xED2840) is known color: Alizarin. HEX triplet: ED, 28 and 40. RGB value is (237,40,64). Sum of RGB (Red+Green+Blue) = 237+40+64=341 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.50% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2840 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2840 is #12D7BF. Grayscale: #656565. Windows color (decimal): -1234880 or 4204781. OLE color: 4204781.

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

Color convert

RGB 237 40 64 -
CMYK 0 0.83 0.73 0.07
HSL 352.69º 0.85% 0.54% -
HSV(B) 352.69º 0.83% 0.93% -
XYZ 36.61 19.89 6.76 -
YUV 101.64 106.77 224.55 -
System Red Green Blue C M Y K H S L
Decimal 237 40 64 0 0.83 0.73 0.07 352.69 0.85 0.54
Hex ED 28 40 0 53 49 7 161 55 36
Octal 355 50 100 0 123 111 7 541 125 66
Binary 11101101 101000 1000000 0 1010011 1001001 111 101100001 1010101 110110

Color Harmonies of #ED2840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2840

Black with #ED2840

Text Example


Text Example

White with #ED2840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2840; }

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

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

background-color css

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

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

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

border-color css

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

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

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