Shades of Crimson #D80740
Tints of Crimson #D80740
RGB
CMYK
RGB Variations
Color information
#D80740 (or 0xD80740) is known color: Crimson. HEX triplet: D8, 07 and 40. RGB value is (216,7,64). Sum of RGB (Red+Green+Blue) = 216+7+64=287 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75.26% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 216 - color contains mainly: red. Hex color #D80740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80740 is #27F8BF. Grayscale: #4B4B4B. Windows color (decimal): -2619584 or 4196312. OLE color: 4196312.
HSL color Cylindrical-coordinate representation of color #D80740: hue angle of 343.64º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D80740 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 64 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.15 |
| HSL | 343.64º | 0.94% | 0.44% | - |
| HSV(B) | 343.64º | 0.97% | 0.85% | - |
| XYZ | 29.32 | 15.12 | 6.22 | - |
| YUV | 75.99 | 121.24 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 64 | 0 | 0.97 | 0.70 | 0.15 | 343.64 | 0.94 | 0.44 |
| Hex | D8 | 7 | 40 | 0 | 61 | 46 | F | 158 | 5E | 2C |
| Octal | 330 | 7 | 100 | 0 | 141 | 106 | 17 | 530 | 136 | 54 |
| Binary | 11011000 | 111 | 1000000 | 0 | 1100001 | 1000110 | 1111 | 101011000 | 1011110 | 101100 |
Color Harmonies of #D80740
Complementary color
Monochromatic Colors of #D80740
Black with #D80740
Text Example
Text Example
White with #D80740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80740; }
p { color: rgb(216,7,64); }
H1.HeaderClassName
{
color: #D80740;
}
.AnyTagClassName
{
color: #D80740;
}
</style>
background-color css
<style>
a { background-color: #D80740; }
a { background-color: rgb(216,7,64); }
div.DivClassName
{
background-color: #D80740;
}
.BgClassName
{
background-color: #D80740;
}
</style>
border-color css
<style>
span { border-color: #D80740; }
span { border-color: rgb(216,7,64); }
td.TdClassName
{
border-color: #D80740;
}
.TagClassName
{
border-color: #D80740;
}
</style>