Shades of Alizarin #D8262D
Tints of Alizarin #D8262D
RGB
CMYK
RGB Variations
Color information
#D8262D (or 0xD8262D) is known color: Alizarin. HEX triplet: D8, 26 and 2D. RGB value is (216,38,45). Sum of RGB (Red+Green+Blue) = 216+38+45=299 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.24% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 216 - color contains mainly: red. Hex color #D8262D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8262D is #27D9D2. Grayscale: #5C5C5C. Windows color (decimal): -2611667 or 2959064. OLE color: 2959064.
HSL color Cylindrical-coordinate representation of color #D8262D: hue angle of 357.64º 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 #D8262D is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 38 | 45 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.15 |
| HSL | 357.64º | 0.7% | 0.5% | - |
| HSV(B) | 357.64º | 0.82% | 0.85% | - |
| XYZ | 29.49 | 16.17 | 4.05 | - |
| YUV | 92.02 | 101.47 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 45 | 0 | 0.82 | 0.79 | 0.15 | 357.64 | 0.7 | 0.5 |
| Hex | D8 | 26 | 2D | 0 | 52 | 4F | F | 166 | 46 | 32 |
| Octal | 330 | 46 | 55 | 0 | 122 | 117 | 17 | 546 | 106 | 62 |
| Binary | 11011000 | 100110 | 101101 | 0 | 1010010 | 1001111 | 1111 | 101100110 | 1000110 | 110010 |
Color Harmonies of #D8262D
Complementary color
Monochromatic Colors of #D8262D
Black with #D8262D
Text Example
Text Example
White with #D8262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8262D; }
p { color: rgb(216,38,45); }
H1.HeaderClassName
{
color: #D8262D;
}
.AnyTagClassName
{
color: #D8262D;
}
</style>
background-color css
<style>
a { background-color: #D8262D; }
a { background-color: rgb(216,38,45); }
div.DivClassName
{
background-color: #D8262D;
}
.BgClassName
{
background-color: #D8262D;
}
</style>
border-color css
<style>
span { border-color: #D8262D; }
span { border-color: rgb(216,38,45); }
td.TdClassName
{
border-color: #D8262D;
}
.TagClassName
{
border-color: #D8262D;
}
</style>