Shades of Crimson #D8152D
Tints of Crimson #D8152D
RGB
CMYK
RGB Variations
Color information
#D8152D (or 0xD8152D) is known color: Crimson. HEX triplet: D8, 15 and 2D. RGB value is (216,21,45). Sum of RGB (Red+Green+Blue) = 216+21+45=282 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.60% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 216 - color contains mainly: red. Hex color #D8152D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8152D is #27EAD2. Grayscale: #525252. Windows color (decimal): -2616019 or 2954712. OLE color: 2954712.
HSL color Cylindrical-coordinate representation of color #D8152D: hue angle of 352.62º 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 #D8152D is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 45 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.15 |
| HSL | 352.62º | 0.82% | 0.46% | - |
| HSV(B) | 352.62º | 0.9% | 0.85% | - |
| XYZ | 29.06 | 15.32 | 3.91 | - |
| YUV | 82.04 | 107.1 | 223.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 45 | 0 | 0.90 | 0.79 | 0.15 | 352.62 | 0.82 | 0.46 |
| Hex | D8 | 15 | 2D | 0 | 5A | 4F | F | 161 | 52 | 2E |
| Octal | 330 | 25 | 55 | 0 | 132 | 117 | 17 | 541 | 122 | 56 |
| Binary | 11011000 | 10101 | 101101 | 0 | 1011010 | 1001111 | 1111 | 101100001 | 1010010 | 101110 |
Color Harmonies of #D8152D
Complementary color
Monochromatic Colors of #D8152D
Black with #D8152D
Text Example
Text Example
White with #D8152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8152D; }
p { color: rgb(216,21,45); }
H1.HeaderClassName
{
color: #D8152D;
}
.AnyTagClassName
{
color: #D8152D;
}
</style>
background-color css
<style>
a { background-color: #D8152D; }
a { background-color: rgb(216,21,45); }
div.DivClassName
{
background-color: #D8152D;
}
.BgClassName
{
background-color: #D8152D;
}
</style>
border-color css
<style>
span { border-color: #D8152D; }
span { border-color: rgb(216,21,45); }
td.TdClassName
{
border-color: #D8152D;
}
.TagClassName
{
border-color: #D8152D;
}
</style>