#ED3538

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

Shades of Alizarin #ED3538

Tints of Alizarin #ED3538

Color information

#ED3538 (or 0xED3538) is unknown color: approx Alizarin. HEX triplet: ED, 35 and 38. RGB value is (237,53,56). Sum of RGB (Red+Green+Blue) = 237+53+56=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3538 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3538 is #12CAC7. Grayscale: #6C6C6C. Windows color (decimal): -1231560 or 3683821. OLE color: 3683821.

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

Color convert

RGB2375356-
CMYK00.780.760.07
HSL359.02º83.64%56.86%-
HSV(B)359.02º77.64%92.94%-
XYZ36.9120.845.82-
YUV108.3698.46219.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 68.50%
GREEN value IS 53 (21.09% from 255) = 15.32%
BLUE value IS 56 (22.27% from 255) = 16.18%
R=68.50%
G=15.32%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237535600.780.760.07359.0283.6456.86
HexED353804E4C71675439
Octal35565700116114754712471
Binary111011011101011110000100111010011001111011001111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3538; }

 p { color: rgb(237,53,56); }

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

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

 a { background-color: rgb(237,53,56); }

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

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

 span { border-color: rgb(237,53,56); }

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