#ED393B

Color #ED393B Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #ED393B

Tints of Alizarin #ED393B

Color information

#ED393B (or 0xED393B) is unknown color: approx Alizarin. HEX triplet: ED, 39 and 3B. RGB value is (237,57,59). Sum of RGB (Red+Green+Blue) = 237+57+59=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 59 (23.44% from 255 or 16.71% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED393B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED393B is #12C6C4. Grayscale: #6F6F6F. Windows color (decimal): -1230533 or 3881453. OLE color: 3881453.

HSL color Cylindrical-coordinate representation of color #ED393B: hue angle of 359.33º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED393B is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB2375759-
CMYK00.760.750.07
HSL359.33º83.33%57.65%-
HSV(B)359.33º75.95%92.94%-
XYZ37.1821.256.28-
YUV111.0598.63217.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 67.14%
GREEN value IS 57 (22.66% from 255) = 16.15%
BLUE value IS 59 (23.44% from 255) = 16.71%
R=67.14%
G=16.15%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237575900.760.750.07359.3383.3357.65
HexED393B04C4B7167533a
Octal35571730114113754712372
Binary111011011110011110110100110010010111111011001111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED393B; }

 p { color: rgb(237,57,59); }

 H1.HeaderClassName
 {
   color: #ED393B;
 }
 .AnyTagClassName
 {
   color: #ED393B;
 }
</style>
background-color css

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

 a { background-color: rgb(237,57,59); }

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

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

 span { border-color: rgb(237,57,59); }

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