Html Css Color HEX #ED2230 Alizarin

📋 copy color: '#ED2230'

red 237 ◦ green 34 ◦ blue 48

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

Shades of Alizarin #ED2230

Tints of Alizarin #ED2230

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.66%

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

R = 74.29%
G = 10.66%
B = 15.05%

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

#ED2230 (or 0xED2230) is known color: Alizarin. HEX triplet: ED, 22 and 30. RGB value is (237,34,48). Sum of RGB (Red+Green+Blue) = 237+34+48=319 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.29% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2230 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2230 is #12DDCF. Grayscale: #606060. Windows color (decimal): -1236432 or 3154669. OLE color: 3154669.

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

Color convert

RGB 237 34 48 -
CMYK 0 0.86 0.80 0.07
HSL 355.86º 0.85% 0.53% -
HSV(B) 355.86º 0.86% 0.93% -
XYZ 36.03 19.36 4.63 -
YUV 96.29 100.75 228.36 -
System Red Green Blue C M Y K H S L
Decimal 237 34 48 0 0.86 0.80 0.07 355.86 0.85 0.53
Hex ED 22 30 0 56 50 7 164 55 35
Octal 355 42 60 0 126 120 7 544 125 65
Binary 11101101 100010 110000 0 1010110 1010000 111 101100100 1010101 110101

Color Harmonies of #ED2230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2230

Black with #ED2230

Text Example


Text Example

White with #ED2230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2230; }

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

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

background-color css

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

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

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

border-color css

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

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

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