#ED192D

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

Shades of Alizarin #ED192D

Tints of Alizarin #ED192D

Color information

#ED192D (or 0xED192D) is unknown color: approx Alizarin. HEX triplet: ED, 19 and 2D. RGB value is (237,25,45). Sum of RGB (Red+Green+Blue) = 237+25+45=307 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.20% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 237 - color contains mainly: red. Hex color #ED192D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED192D is #12E6D2. Grayscale: #5A5A5A. Windows color (decimal): -1238739 or 2955757. OLE color: 2955757.

HSL color Cylindrical-coordinate representation of color #ED192D: hue angle of 354.34º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED192D is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB2372545-
CMYK00.890.810.07
HSL354.34º85.48%51.37%-
HSV(B)354.34º89.45%92.94%-
XYZ35.7518.894.24-
YUV90.67102.24232.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 77.20%
GREEN value IS 25 (10.16% from 255) = 8.14%
BLUE value IS 45 (17.97% from 255) = 14.66%
R=77.20%
G=8.14%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.81
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237254500.890.810.07354.3485.4851.37
HexED192D0595171625533
Octal35531550131121754212563
Binary11101101110011011010101100110100011111011000101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED192D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED192D; }

 p { color: rgb(237,25,45); }

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

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

 a { background-color: rgb(237,25,45); }

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

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

 span { border-color: rgb(237,25,45); }

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