Shades of Alizarin #D7283F
Tints of Alizarin #D7283F
RGB
CMYK
RGB Variations
Color information
#D7283F (or 0xD7283F) is known color: Alizarin. HEX triplet: D7, 28 and 3F. RGB value is (215,40,63). Sum of RGB (Red+Green+Blue) = 215+40+63=318 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.61% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 215 - color contains mainly: red. Hex color #D7283F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7283F is #28D7C0. Grayscale: #5F5F5F. Windows color (decimal): -2676673 or 4139223. OLE color: 4139223.
HSL color Cylindrical-coordinate representation of color #D7283F: hue angle of 352.11º 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 #D7283F is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 40 | 63 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.16 |
| HSL | 352.11º | 0.69% | 0.5% | - |
| HSV(B) | 352.11º | 0.81% | 0.84% | - |
| XYZ | 29.68 | 16.32 | 6.29 | - |
| YUV | 94.95 | 109.98 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 40 | 63 | 0 | 0.81 | 0.71 | 0.16 | 352.11 | 0.69 | 0.5 |
| Hex | D7 | 28 | 3F | 0 | 51 | 47 | 10 | 160 | 45 | 32 |
| Octal | 327 | 50 | 77 | 0 | 121 | 107 | 20 | 540 | 105 | 62 |
| Binary | 11010111 | 101000 | 111111 | 0 | 1010001 | 1000111 | 10000 | 101100000 | 1000101 | 110010 |
Color Harmonies of #D7283F
Complementary color
Monochromatic Colors of #D7283F
Black with #D7283F
Text Example
Text Example
White with #D7283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7283F; }
p { color: rgb(215,40,63); }
H1.HeaderClassName
{
color: #D7283F;
}
.AnyTagClassName
{
color: #D7283F;
}
</style>
background-color css
<style>
a { background-color: #D7283F; }
a { background-color: rgb(215,40,63); }
div.DivClassName
{
background-color: #D7283F;
}
.BgClassName
{
background-color: #D7283F;
}
</style>
border-color css
<style>
span { border-color: #D7283F; }
span { border-color: rgb(215,40,63); }
td.TdClassName
{
border-color: #D7283F;
}
.TagClassName
{
border-color: #D7283F;
}
</style>