Shades of Crimson #D8152E
Tints of Crimson #D8152E
RGB
CMYK
RGB Variations
Color information
#D8152E (or 0xD8152E) is known color: Crimson. HEX triplet: D8, 15 and 2E. RGB value is (216,21,46). Sum of RGB (Red+Green+Blue) = 216+21+46=283 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.33% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 216 - color contains mainly: red. Hex color #D8152E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8152E is #27EAD1. Grayscale: #525252. Windows color (decimal): -2616018 or 3020248. OLE color: 3020248.
HSL color Cylindrical-coordinate representation of color #D8152E: hue angle of 352.31º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8152E is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 46 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.15 |
| HSL | 352.31º | 0.82% | 0.46% | - |
| HSV(B) | 352.31º | 0.9% | 0.85% | - |
| XYZ | 29.08 | 15.33 | 4.01 | - |
| YUV | 82.16 | 107.6 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 46 | 0 | 0.90 | 0.79 | 0.15 | 352.31 | 0.82 | 0.46 |
| Hex | D8 | 15 | 2E | 0 | 5A | 4F | F | 160 | 52 | 2E |
| Octal | 330 | 25 | 56 | 0 | 132 | 117 | 17 | 540 | 122 | 56 |
| Binary | 11011000 | 10101 | 101110 | 0 | 1011010 | 1001111 | 1111 | 101100000 | 1010010 | 101110 |
Color Harmonies of #D8152E
Complementary color
Monochromatic Colors of #D8152E
Black with #D8152E
Text Example
Text Example
White with #D8152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8152E; }
p { color: rgb(216,21,46); }
H1.HeaderClassName
{
color: #D8152E;
}
.AnyTagClassName
{
color: #D8152E;
}
</style>
background-color css
<style>
a { background-color: #D8152E; }
a { background-color: rgb(216,21,46); }
div.DivClassName
{
background-color: #D8152E;
}
.BgClassName
{
background-color: #D8152E;
}
</style>
border-color css
<style>
span { border-color: #D8152E; }
span { border-color: rgb(216,21,46); }
td.TdClassName
{
border-color: #D8152E;
}
.TagClassName
{
border-color: #D8152E;
}
</style>