Shades of Alizarin #D93040
Tints of Alizarin #D93040
RGB
CMYK
RGB Variations
Color information
#D93040 (or 0xD93040) is known color: Alizarin. HEX triplet: D9, 30 and 40. RGB value is (217,48,64). Sum of RGB (Red+Green+Blue) = 217+48+64=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D93040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93040 is #26CFBF. Grayscale: #646464. Windows color (decimal): -2543552 or 4206809. OLE color: 4206809.
HSL color Cylindrical-coordinate representation of color #D93040: hue angle of 354.32º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D93040 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 48 | 64 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.15 |
| HSL | 354.32º | 0.69% | 0.52% | - |
| HSV(B) | 354.32º | 0.78% | 0.85% | - |
| XYZ | 30.6 | 17.24 | 6.56 | - |
| YUV | 100.36 | 107.49 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 48 | 64 | 0 | 0.78 | 0.71 | 0.15 | 354.32 | 0.69 | 0.52 |
| Hex | D9 | 30 | 40 | 0 | 4E | 47 | F | 162 | 45 | 34 |
| Octal | 331 | 60 | 100 | 0 | 116 | 107 | 17 | 542 | 105 | 64 |
| Binary | 11011001 | 110000 | 1000000 | 0 | 1001110 | 1000111 | 1111 | 101100010 | 1000101 | 110100 |
Color Harmonies of #D93040
Complementary color
Monochromatic Colors of #D93040
Black with #D93040
Text Example
Text Example
White with #D93040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93040; }
p { color: rgb(217,48,64); }
H1.HeaderClassName
{
color: #D93040;
}
.AnyTagClassName
{
color: #D93040;
}
</style>
background-color css
<style>
a { background-color: #D93040; }
a { background-color: rgb(217,48,64); }
div.DivClassName
{
background-color: #D93040;
}
.BgClassName
{
background-color: #D93040;
}
</style>
border-color css
<style>
span { border-color: #D93040; }
span { border-color: rgb(217,48,64); }
td.TdClassName
{
border-color: #D93040;
}
.TagClassName
{
border-color: #D93040;
}
</style>