Shades of Alizarin #D7283E
Tints of Alizarin #D7283E
RGB
CMYK
RGB Variations
Color information
#D7283E (or 0xD7283E) is known color: Alizarin. HEX triplet: D7, 28 and 3E. RGB value is (215,40,62). Sum of RGB (Red+Green+Blue) = 215+40+62=317 (41% of max value = 765). Red value is 215 (84.38% from 255 or 67.82% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 215 - color contains mainly: red. Hex color #D7283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7283E is #28D7C1. Grayscale: #5E5E5E. Windows color (decimal): -2676674 or 4073687. OLE color: 4073687.
HSL color Cylindrical-coordinate representation of color #D7283E: hue angle of 352.46º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D7283E is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 40 | 62 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.16 |
| HSL | 352.46º | 0.69% | 0.5% | - |
| HSV(B) | 352.46º | 0.81% | 0.84% | - |
| XYZ | 29.65 | 16.31 | 6.14 | - |
| YUV | 94.83 | 109.48 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 40 | 62 | 0 | 0.81 | 0.71 | 0.16 | 352.46 | 0.69 | 0.5 |
| Hex | D7 | 28 | 3E | 0 | 51 | 47 | 10 | 160 | 45 | 32 |
| Octal | 327 | 50 | 76 | 0 | 121 | 107 | 20 | 540 | 105 | 62 |
| Binary | 11010111 | 101000 | 111110 | 0 | 1010001 | 1000111 | 10000 | 101100000 | 1000101 | 110010 |
Color Harmonies of #D7283E
Complementary color
Monochromatic Colors of #D7283E
Black with #D7283E
Text Example
Text Example
White with #D7283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7283E; }
p { color: rgb(215,40,62); }
H1.HeaderClassName
{
color: #D7283E;
}
.AnyTagClassName
{
color: #D7283E;
}
</style>
background-color css
<style>
a { background-color: #D7283E; }
a { background-color: rgb(215,40,62); }
div.DivClassName
{
background-color: #D7283E;
}
.BgClassName
{
background-color: #D7283E;
}
</style>
border-color css
<style>
span { border-color: #D7283E; }
span { border-color: rgb(215,40,62); }
td.TdClassName
{
border-color: #D7283E;
}
.TagClassName
{
border-color: #D7283E;
}
</style>