Shades of Crimson #D80C48
Tints of Crimson #D80C48
RGB
CMYK
RGB Variations
Color information
#D80C48 (or 0xD80C48) is known color: Crimson. HEX triplet: D8, 0C and 48. RGB value is (216,12,72). Sum of RGB (Red+Green+Blue) = 216+12+72=300 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80C48 is #27F3B7. Grayscale: #4F4F4F. Windows color (decimal): -2618296 or 4721880. OLE color: 4721880.
HSL color Cylindrical-coordinate representation of color #D80C48: hue angle of 342.35º 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 #D80C48 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 12 | 72 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.15 |
| HSL | 342.35º | 0.89% | 0.45% | - |
| HSV(B) | 342.35º | 0.94% | 0.85% | - |
| XYZ | 29.62 | 15.33 | 7.53 | - |
| YUV | 79.84 | 123.59 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 12 | 72 | 0 | 0.94 | 0.67 | 0.15 | 342.35 | 0.89 | 0.45 |
| Hex | D8 | C | 48 | 0 | 5E | 43 | F | 156 | 59 | 2D |
| Octal | 330 | 14 | 110 | 0 | 136 | 103 | 17 | 526 | 131 | 55 |
| Binary | 11011000 | 1100 | 1001000 | 0 | 1011110 | 1000011 | 1111 | 101010110 | 1011001 | 101101 |
Color Harmonies of #D80C48
Complementary color
Monochromatic Colors of #D80C48
Black with #D80C48
Text Example
Text Example
White with #D80C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80C48; }
p { color: rgb(216,12,72); }
H1.HeaderClassName
{
color: #D80C48;
}
.AnyTagClassName
{
color: #D80C48;
}
</style>
background-color css
<style>
a { background-color: #D80C48; }
a { background-color: rgb(216,12,72); }
div.DivClassName
{
background-color: #D80C48;
}
.BgClassName
{
background-color: #D80C48;
}
</style>
border-color css
<style>
span { border-color: #D80C48; }
span { border-color: rgb(216,12,72); }
td.TdClassName
{
border-color: #D80C48;
}
.TagClassName
{
border-color: #D80C48;
}
</style>