#ED393D

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

Shades of Alizarin #ED393D

Tints of Alizarin #ED393D

Color information

#ED393D (or 0xED393D) is unknown color: approx Alizarin. HEX triplet: ED, 39 and 3D. RGB value is (237,57,61). Sum of RGB (Red+Green+Blue) = 237+57+61=355 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.76% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 237 - color contains mainly: red. Hex color #ED393D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED393D is #12C6C2. Grayscale: #6F6F6F. Windows color (decimal): -1230531 or 4012525. OLE color: 4012525.

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

Color convert

RGB2375761-
CMYK00.760.740.07
HSL358.67º83.33%57.65%-
HSV(B)358.67º75.95%92.94%-
XYZ37.2321.276.56-
YUV111.2899.63217.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 66.76%
GREEN value IS 57 (22.66% from 255) = 16.06%
BLUE value IS 61 (24.22% from 255) = 17.18%
R=66.76%
G=16.06%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237576100.760.740.07358.6783.3357.65
HexED393D04C4A7167533a
Octal35571750114112754712372
Binary111011011110011111010100110010010101111011001111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED393D; }

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

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

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

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

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

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

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

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