Html Css Color HEX #ED2728 Alizarin

📋 copy color: '#ED2728'

red 237 ◦ green 39 ◦ blue 40

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

Shades of Alizarin #ED2728

Tints of Alizarin #ED2728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.34%

 BLUE value IS 40 (16.02% from 255) = 12.66%

R = 75%
G = 12.34%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ED2728 (or 0xED2728) is known color: Alizarin. HEX triplet: ED, 27 and 28. RGB value is (237,39,40). Sum of RGB (Red+Green+Blue) = 237+39+40=316 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2728 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2728 is #12D8D7. Grayscale: #626262. Windows color (decimal): -1235160 or 2631661. OLE color: 2631661.

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

Color convert

RGB 237 39 40 -
CMYK 0 0.84 0.83 0.07
HSL 359.7º 0.85% 0.54% -
HSV(B) 359.7º 0.84% 0.93% -
XYZ 36.03 19.61 3.89 -
YUV 98.32 95.1 226.92 -
System Red Green Blue C M Y K H S L
Decimal 237 39 40 0 0.84 0.83 0.07 359.7 0.85 0.54
Hex ED 27 28 0 54 53 7 168 55 36
Octal 355 47 50 0 124 123 7 550 125 66
Binary 11101101 100111 101000 0 1010100 1010011 111 101101000 1010101 110110

Color Harmonies of #ED2728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2728

Black with #ED2728

Text Example


Text Example

White with #ED2728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2728; }

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

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

background-color css

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

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

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

border-color css

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

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

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