Html Css Color HEX #ED2428 Alizarin

📋 copy color: '#ED2428'

red 237 ◦ green 36 ◦ blue 40

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

Shades of Alizarin #ED2428

Tints of Alizarin #ED2428

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.5%

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

R = 75.72%
G = 11.5%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ED2428 (or 0xED2428) is known color: Alizarin. HEX triplet: ED, 24 and 28. RGB value is (237,36,40). Sum of RGB (Red+Green+Blue) = 237+36+40=313 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.72% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2428 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2428 is #12DBD7. Grayscale: #606060. Windows color (decimal): -1235928 or 2630893. OLE color: 2630893.

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

Color convert

RGB 237 36 40 -
CMYK 0 0.85 0.83 0.07
HSL 358.81º 0.85% 0.54% -
HSV(B) 358.81º 0.85% 0.93% -
XYZ 35.94 19.42 3.86 -
YUV 96.56 96.09 228.17 -
System Red Green Blue C M Y K H S L
Decimal 237 36 40 0 0.85 0.83 0.07 358.81 0.85 0.54
Hex ED 24 28 0 55 53 7 167 55 36
Octal 355 44 50 0 125 123 7 547 125 66
Binary 11101101 100100 101000 0 1010101 1010011 111 101100111 1010101 110110

Color Harmonies of #ED2428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2428

Black with #ED2428

Text Example


Text Example

White with #ED2428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2428; }

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

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

background-color css

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

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

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

border-color css

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

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

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