Shades of Alizarin #D8263D
Tints of Alizarin #D8263D
RGB
CMYK
RGB Variations
Color information
#D8263D (or 0xD8263D) is known color: Alizarin. HEX triplet: D8, 26 and 3D. RGB value is (216,38,61). Sum of RGB (Red+Green+Blue) = 216+38+61=315 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.57% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 216 - color contains mainly: red. Hex color #D8263D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8263D is #27D9C2. Grayscale: #5D5D5D. Windows color (decimal): -2611651 or 4007640. OLE color: 4007640.
HSL color Cylindrical-coordinate representation of color #D8263D: hue angle of 352.25º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D8263D is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 38 | 61 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.15 |
| HSL | 352.25º | 0.7% | 0.5% | - |
| HSV(B) | 352.25º | 0.82% | 0.85% | - |
| XYZ | 29.85 | 16.32 | 5.99 | - |
| YUV | 93.84 | 109.47 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 61 | 0 | 0.82 | 0.72 | 0.15 | 352.25 | 0.7 | 0.5 |
| Hex | D8 | 26 | 3D | 0 | 52 | 48 | F | 160 | 46 | 32 |
| Octal | 330 | 46 | 75 | 0 | 122 | 110 | 17 | 540 | 106 | 62 |
| Binary | 11011000 | 100110 | 111101 | 0 | 1010010 | 1001000 | 1111 | 101100000 | 1000110 | 110010 |
Color Harmonies of #D8263D
Complementary color
Monochromatic Colors of #D8263D
Black with #D8263D
Text Example
Text Example
White with #D8263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8263D; }
p { color: rgb(216,38,61); }
H1.HeaderClassName
{
color: #D8263D;
}
.AnyTagClassName
{
color: #D8263D;
}
</style>
background-color css
<style>
a { background-color: #D8263D; }
a { background-color: rgb(216,38,61); }
div.DivClassName
{
background-color: #D8263D;
}
.BgClassName
{
background-color: #D8263D;
}
</style>
border-color css
<style>
span { border-color: #D8263D; }
span { border-color: rgb(216,38,61); }
td.TdClassName
{
border-color: #D8263D;
}
.TagClassName
{
border-color: #D8263D;
}
</style>