Shades of Crimson #D80D40
Tints of Crimson #D80D40
RGB
CMYK
RGB Variations
Color information
#D80D40 (or 0xD80D40) is known color: Crimson. HEX triplet: D8, 0D and 40. RGB value is (216,13,64). Sum of RGB (Red+Green+Blue) = 216+13+64=293 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.72% from 293); Green value is 13 (5.47% from 255 or 4.44% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80D40 is #27F2BF. Grayscale: #4F4F4F. Windows color (decimal): -2618048 or 4197848. OLE color: 4197848.
HSL color Cylindrical-coordinate representation of color #D80D40: hue angle of 344.93º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80D40 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 13 | 64 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.15 |
| HSL | 344.93º | 0.89% | 0.45% | - |
| HSV(B) | 344.93º | 0.94% | 0.85% | - |
| XYZ | 29.39 | 15.26 | 6.25 | - |
| YUV | 79.51 | 119.25 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 64 | 0 | 0.94 | 0.70 | 0.15 | 344.93 | 0.89 | 0.45 |
| Hex | D8 | D | 40 | 0 | 5E | 46 | F | 159 | 59 | 2D |
| Octal | 330 | 15 | 100 | 0 | 136 | 106 | 17 | 531 | 131 | 55 |
| Binary | 11011000 | 1101 | 1000000 | 0 | 1011110 | 1000110 | 1111 | 101011001 | 1011001 | 101101 |
Color Harmonies of #D80D40
Complementary color
Monochromatic Colors of #D80D40
Black with #D80D40
Text Example
Text Example
White with #D80D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80D40; }
p { color: rgb(216,13,64); }
H1.HeaderClassName
{
color: #D80D40;
}
.AnyTagClassName
{
color: #D80D40;
}
</style>
background-color css
<style>
a { background-color: #D80D40; }
a { background-color: rgb(216,13,64); }
div.DivClassName
{
background-color: #D80D40;
}
.BgClassName
{
background-color: #D80D40;
}
</style>
border-color css
<style>
span { border-color: #D80D40; }
span { border-color: rgb(216,13,64); }
td.TdClassName
{
border-color: #D80D40;
}
.TagClassName
{
border-color: #D80D40;
}
</style>