Html Css Color HEX #ED2030 Alizarin

📋 copy color: '#ED2030'

red 237 ◦ green 32 ◦ blue 48

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

Shades of Alizarin #ED2030

Tints of Alizarin #ED2030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.14%

R = 74.76%
G = 10.09%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ED2030 (or 0xED2030) is known color: Alizarin. HEX triplet: ED, 20 and 30. RGB value is (237,32,48). Sum of RGB (Red+Green+Blue) = 237+32+48=317 (41% of max value = 765). Red value is 237 (92.97% from 255 or 74.76% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2030 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2030 is #12DFCF. Grayscale: #5F5F5F. Windows color (decimal): -1236944 or 3154157. OLE color: 3154157.

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

Color convert

RGB 237 32 48 -
CMYK 0 0.86 0.80 0.07
HSL 355.32º 0.85% 0.53% -
HSV(B) 355.32º 0.86% 0.93% -
XYZ 35.98 19.25 4.62 -
YUV 95.12 101.42 229.2 -
System Red Green Blue C M Y K H S L
Decimal 237 32 48 0 0.86 0.80 0.07 355.32 0.85 0.53
Hex ED 20 30 0 56 50 7 163 55 35
Octal 355 40 60 0 126 120 7 543 125 65
Binary 11101101 100000 110000 0 1010110 1010000 111 101100011 1010101 110101

Color Harmonies of #ED2030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2030

Black with #ED2030

Text Example


Text Example

White with #ED2030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2030; }

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

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

background-color css

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

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

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

border-color css

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

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

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