Html Css Color HEX #ED2024 Alizarin

📋 copy color: '#ED2024'

red 237 ◦ green 32 ◦ blue 36

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

Shades of Alizarin #ED2024

Tints of Alizarin #ED2024

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.49%

 BLUE value IS 36 (14.45% from 255) = 11.8%

R = 77.7%
G = 10.49%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ED2024 (or 0xED2024) is known color: Alizarin. HEX triplet: ED, 20 and 24. RGB value is (237,32,36). Sum of RGB (Red+Green+Blue) = 237+32+36=305 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.70% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2024 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2024 is #12DFDB. Grayscale: #5D5D5D. Windows color (decimal): -1236956 or 2367725. OLE color: 2367725.

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

Color convert

RGB 237 32 36 -
CMYK 0 0.86 0.85 0.07
HSL 358.83º 0.85% 0.53% -
HSV(B) 358.83º 0.86% 0.93% -
XYZ 35.76 19.16 3.48 -
YUV 93.75 95.42 230.17 -
System Red Green Blue C M Y K H S L
Decimal 237 32 36 0 0.86 0.85 0.07 358.83 0.85 0.53
Hex ED 20 24 0 56 55 7 167 55 35
Octal 355 40 44 0 126 125 7 547 125 65
Binary 11101101 100000 100100 0 1010110 1010101 111 101100111 1010101 110101

Color Harmonies of #ED2024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2024

Black with #ED2024

Text Example


Text Example

White with #ED2024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2024; }

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

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

background-color css

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

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

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

border-color css

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

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

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