Shades of Crimson #D81447
Tints of Crimson #D81447
RGB
CMYK
RGB Variations
Color information
#D81447 (or 0xD81447) is known color: Crimson. HEX triplet: D8, 14 and 47. RGB value is (216,20,71). Sum of RGB (Red+Green+Blue) = 216+20+71=307 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.36% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 216 - color contains mainly: red. Hex color #D81447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81447 is #27EBB8. Grayscale: #545454. Windows color (decimal): -2616249 or 4658392. OLE color: 4658392.
HSL color Cylindrical-coordinate representation of color #D81447: hue angle of 344.39º degrees, saturation: 0.83, 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 #D81447 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 20 | 71 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.15 |
| HSL | 344.39º | 0.83% | 0.46% | - |
| HSV(B) | 344.39º | 0.91% | 0.85% | - |
| XYZ | 29.71 | 15.55 | 7.4 | - |
| YUV | 84.42 | 120.43 | 221.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 20 | 71 | 0 | 0.91 | 0.67 | 0.15 | 344.39 | 0.83 | 0.46 |
| Hex | D8 | 14 | 47 | 0 | 5B | 43 | F | 158 | 53 | 2E |
| Octal | 330 | 24 | 107 | 0 | 133 | 103 | 17 | 530 | 123 | 56 |
| Binary | 11011000 | 10100 | 1000111 | 0 | 1011011 | 1000011 | 1111 | 101011000 | 1010011 | 101110 |
Color Harmonies of #D81447
Complementary color
Monochromatic Colors of #D81447
Black with #D81447
Text Example
Text Example
White with #D81447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81447; }
p { color: rgb(216,20,71); }
H1.HeaderClassName
{
color: #D81447;
}
.AnyTagClassName
{
color: #D81447;
}
</style>
background-color css
<style>
a { background-color: #D81447; }
a { background-color: rgb(216,20,71); }
div.DivClassName
{
background-color: #D81447;
}
.BgClassName
{
background-color: #D81447;
}
</style>
border-color css
<style>
span { border-color: #D81447; }
span { border-color: rgb(216,20,71); }
td.TdClassName
{
border-color: #D81447;
}
.TagClassName
{
border-color: #D81447;
}
</style>