Html Css Color HEX #ED3037 Alizarin

📋 copy color: '#ED3037'

red 237 ◦ green 48 ◦ blue 55

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

Shades of Alizarin #ED3037

Tints of Alizarin #ED3037

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.12%

 BLUE value IS 55 (21.88% from 255) = 16.18%

R = 69.71%
G = 14.12%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#ED3037 (or 0xED3037) is known color: Alizarin. HEX triplet: ED, 30 and 37. RGB value is (237,48,55). Sum of RGB (Red+Green+Blue) = 237+48+55=340 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.71% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 55 (21.88% from 255 or 16.18% from 340); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3037 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3037 is #12CFC8. Grayscale: #696969. Windows color (decimal): -1232841 or 3617005. OLE color: 3617005.

HSL color Cylindrical-coordinate representation of color #ED3037: hue angle of 357.78º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED3037 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 48 55 -
CMYK 0 0.80 0.77 0.07
HSL 357.78º 0.84% 0.56% -
HSV(B) 357.78º 0.8% 0.93% -
XYZ 36.67 20.39 5.62 -
YUV 105.31 99.62 221.93 -
System Red Green Blue C M Y K H S L
Decimal 237 48 55 0 0.80 0.77 0.07 357.78 0.84 0.56
Hex ED 30 37 0 50 4D 7 166 54 38
Octal 355 60 67 0 120 115 7 546 124 70
Binary 11101101 110000 110111 0 1010000 1001101 111 101100110 1010100 111000

Color Harmonies of #ED3037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3037

Black with #ED3037

Text Example


Text Example

White with #ED3037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3037; }

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

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

background-color css

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

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

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

border-color css

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

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

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