Shades of Crimson #D81330
Tints of Crimson #D81330
RGB
CMYK
RGB Variations
Color information
#D81330 (or 0xD81330) is known color: Crimson. HEX triplet: D8, 13 and 30. RGB value is (216,19,48). Sum of RGB (Red+Green+Blue) = 216+19+48=283 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.33% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 216 - color contains mainly: red. Hex color #D81330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81330 is #27ECCF. Grayscale: #515151. Windows color (decimal): -2616528 or 3150808. OLE color: 3150808.
HSL color Cylindrical-coordinate representation of color #D81330: hue angle of 351.17º 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 #D81330 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 19 | 48 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.15 |
| HSL | 351.17º | 0.84% | 0.46% | - |
| HSV(B) | 351.17º | 0.91% | 0.85% | - |
| XYZ | 29.09 | 15.28 | 4.21 | - |
| YUV | 81.21 | 109.27 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 19 | 48 | 0 | 0.91 | 0.78 | 0.15 | 351.17 | 0.84 | 0.46 |
| Hex | D8 | 13 | 30 | 0 | 5B | 4E | F | 15F | 54 | 2E |
| Octal | 330 | 23 | 60 | 0 | 133 | 116 | 17 | 537 | 124 | 56 |
| Binary | 11011000 | 10011 | 110000 | 0 | 1011011 | 1001110 | 1111 | 101011111 | 1010100 | 101110 |
Color Harmonies of #D81330
Complementary color
Monochromatic Colors of #D81330
Black with #D81330
Text Example
Text Example
White with #D81330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81330; }
p { color: rgb(216,19,48); }
H1.HeaderClassName
{
color: #D81330;
}
.AnyTagClassName
{
color: #D81330;
}
</style>
background-color css
<style>
a { background-color: #D81330; }
a { background-color: rgb(216,19,48); }
div.DivClassName
{
background-color: #D81330;
}
.BgClassName
{
background-color: #D81330;
}
</style>
border-color css
<style>
span { border-color: #D81330; }
span { border-color: rgb(216,19,48); }
td.TdClassName
{
border-color: #D81330;
}
.TagClassName
{
border-color: #D81330;
}
</style>