Shades of Crimson #D8132D
Tints of Crimson #D8132D
RGB
CMYK
RGB Variations
Color information
#D8132D (or 0xD8132D) is known color: Crimson. HEX triplet: D8, 13 and 2D. RGB value is (216,19,45). Sum of RGB (Red+Green+Blue) = 216+19+45=280 (37% of max value = 765). Red value is 216 (84.77% from 255 or 77.14% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 216 - color contains mainly: red. Hex color #D8132D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8132D is #27ECD2. Grayscale: #505050. Windows color (decimal): -2616531 or 2954200. OLE color: 2954200.
HSL color Cylindrical-coordinate representation of color #D8132D: hue angle of 352.08º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D8132D is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 19 | 45 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.15 |
| HSL | 352.08º | 0.84% | 0.46% | - |
| HSV(B) | 352.08º | 0.91% | 0.85% | - |
| XYZ | 29.03 | 15.25 | 3.9 | - |
| YUV | 80.87 | 107.77 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 19 | 45 | 0 | 0.91 | 0.79 | 0.15 | 352.08 | 0.84 | 0.46 |
| Hex | D8 | 13 | 2D | 0 | 5B | 4F | F | 160 | 54 | 2E |
| Octal | 330 | 23 | 55 | 0 | 133 | 117 | 17 | 540 | 124 | 56 |
| Binary | 11011000 | 10011 | 101101 | 0 | 1011011 | 1001111 | 1111 | 101100000 | 1010100 | 101110 |
Color Harmonies of #D8132D
Complementary color
Monochromatic Colors of #D8132D
Black with #D8132D
Text Example
Text Example
White with #D8132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8132D; }
p { color: rgb(216,19,45); }
H1.HeaderClassName
{
color: #D8132D;
}
.AnyTagClassName
{
color: #D8132D;
}
</style>
background-color css
<style>
a { background-color: #D8132D; }
a { background-color: rgb(216,19,45); }
div.DivClassName
{
background-color: #D8132D;
}
.BgClassName
{
background-color: #D8132D;
}
</style>
border-color css
<style>
span { border-color: #D8132D; }
span { border-color: rgb(216,19,45); }
td.TdClassName
{
border-color: #D8132D;
}
.TagClassName
{
border-color: #D8132D;
}
</style>