Shades of Crimson #D81640
Tints of Crimson #D81640
RGB
CMYK
RGB Variations
Color information
#D81640 (or 0xD81640) is known color: Crimson. HEX triplet: D8, 16 and 40. RGB value is (216,22,64). Sum of RGB (Red+Green+Blue) = 216+22+64=302 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.52% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 216 - color contains mainly: red. Hex color #D81640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81640 is #27E9BF. Grayscale: #545454. Windows color (decimal): -2615744 or 4200152. OLE color: 4200152.
HSL color Cylindrical-coordinate representation of color #D81640: hue angle of 347.01º 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 #D81640 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 22 | 64 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.15 |
| HSL | 347.01º | 0.82% | 0.47% | - |
| HSV(B) | 347.01º | 0.9% | 0.85% | - |
| XYZ | 29.53 | 15.54 | 6.29 | - |
| YUV | 84.79 | 116.27 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 22 | 64 | 0 | 0.90 | 0.70 | 0.15 | 347.01 | 0.82 | 0.47 |
| Hex | D8 | 16 | 40 | 0 | 5A | 46 | F | 15B | 52 | 2F |
| Octal | 330 | 26 | 100 | 0 | 132 | 106 | 17 | 533 | 122 | 57 |
| Binary | 11011000 | 10110 | 1000000 | 0 | 1011010 | 1000110 | 1111 | 101011011 | 1010010 | 101111 |
Color Harmonies of #D81640
Complementary color
Monochromatic Colors of #D81640
Black with #D81640
Text Example
Text Example
White with #D81640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81640; }
p { color: rgb(216,22,64); }
H1.HeaderClassName
{
color: #D81640;
}
.AnyTagClassName
{
color: #D81640;
}
</style>
background-color css
<style>
a { background-color: #D81640; }
a { background-color: rgb(216,22,64); }
div.DivClassName
{
background-color: #D81640;
}
.BgClassName
{
background-color: #D81640;
}
</style>
border-color css
<style>
span { border-color: #D81640; }
span { border-color: rgb(216,22,64); }
td.TdClassName
{
border-color: #D81640;
}
.TagClassName
{
border-color: #D81640;
}
</style>