Shades of Crimson #D81630
Tints of Crimson #D81630
RGB
CMYK
RGB Variations
Color information
#D81630 (or 0xD81630) is known color: Crimson. HEX triplet: D8, 16 and 30. RGB value is (216,22,48). Sum of RGB (Red+Green+Blue) = 216+22+48=286 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.52% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 216 - color contains mainly: red. Hex color #D81630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81630 is #27E9CF. Grayscale: #535353. Windows color (decimal): -2615760 or 3151576. OLE color: 3151576.
HSL color Cylindrical-coordinate representation of color #D81630: hue angle of 351.96º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D81630 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 22 | 48 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.15 |
| HSL | 351.96º | 0.82% | 0.47% | - |
| HSV(B) | 351.96º | 0.9% | 0.85% | - |
| XYZ | 29.14 | 15.39 | 4.23 | - |
| YUV | 82.97 | 108.27 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 22 | 48 | 0 | 0.90 | 0.78 | 0.15 | 351.96 | 0.82 | 0.47 |
| Hex | D8 | 16 | 30 | 0 | 5A | 4E | F | 160 | 52 | 2F |
| Octal | 330 | 26 | 60 | 0 | 132 | 116 | 17 | 540 | 122 | 57 |
| Binary | 11011000 | 10110 | 110000 | 0 | 1011010 | 1001110 | 1111 | 101100000 | 1010010 | 101111 |
Color Harmonies of #D81630
Complementary color
Monochromatic Colors of #D81630
Black with #D81630
Text Example
Text Example
White with #D81630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81630; }
p { color: rgb(216,22,48); }
H1.HeaderClassName
{
color: #D81630;
}
.AnyTagClassName
{
color: #D81630;
}
</style>
background-color css
<style>
a { background-color: #D81630; }
a { background-color: rgb(216,22,48); }
div.DivClassName
{
background-color: #D81630;
}
.BgClassName
{
background-color: #D81630;
}
</style>
border-color css
<style>
span { border-color: #D81630; }
span { border-color: rgb(216,22,48); }
td.TdClassName
{
border-color: #D81630;
}
.TagClassName
{
border-color: #D81630;
}
</style>