Html Css Color HEX #ED2023 Alizarin

📋 copy color: '#ED2023'

red 237 ◦ green 32 ◦ blue 35

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

Shades of Alizarin #ED2023

Tints of Alizarin #ED2023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.51%

R = 77.96%
G = 10.53%
B = 11.51%

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

#ED2023 (or 0xED2023) is known color: Alizarin. HEX triplet: ED, 20 and 23. RGB value is (237,32,35). Sum of RGB (Red+Green+Blue) = 237+32+35=304 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.96% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2023 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2023 is #12DFDC. Grayscale: #5D5D5D. Windows color (decimal): -1236957 or 2302189. OLE color: 2302189.

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

Color convert

RGB 237 32 35 -
CMYK 0 0.86 0.85 0.07
HSL 359.12º 0.85% 0.53% -
HSV(B) 359.12º 0.86% 0.93% -
XYZ 35.74 19.16 3.4 -
YUV 93.64 94.92 230.26 -
System Red Green Blue C M Y K H S L
Decimal 237 32 35 0 0.86 0.85 0.07 359.12 0.85 0.53
Hex ED 20 23 0 56 55 7 167 55 35
Octal 355 40 43 0 126 125 7 547 125 65
Binary 11101101 100000 100011 0 1010110 1010101 111 101100111 1010101 110101

Color Harmonies of #ED2023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2023

Black with #ED2023

Text Example


Text Example

White with #ED2023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2023; }

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

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

background-color css

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

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

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

border-color css

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

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

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