Shades of Crimson #D80D3C
Tints of Crimson #D80D3C
RGB
CMYK
RGB Variations
Color information
#D80D3C (or 0xD80D3C) is known color: Crimson. HEX triplet: D8, 0D and 3C. RGB value is (216,13,60). Sum of RGB (Red+Green+Blue) = 216+13+60=289 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.74% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80D3C is #27F2C3. Grayscale: #4F4F4F. Windows color (decimal): -2618052 or 3935704. OLE color: 3935704.
HSL color Cylindrical-coordinate representation of color #D80D3C: hue angle of 346.11º 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 #D80D3C is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 13 | 60 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.15 |
| HSL | 346.11º | 0.89% | 0.45% | - |
| HSV(B) | 346.11º | 0.94% | 0.85% | - |
| XYZ | 29.28 | 15.21 | 5.67 | - |
| YUV | 79.06 | 117.25 | 225.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 60 | 0 | 0.94 | 0.72 | 0.15 | 346.11 | 0.89 | 0.45 |
| Hex | D8 | D | 3C | 0 | 5E | 48 | F | 15A | 59 | 2D |
| Octal | 330 | 15 | 74 | 0 | 136 | 110 | 17 | 532 | 131 | 55 |
| Binary | 11011000 | 1101 | 111100 | 0 | 1011110 | 1001000 | 1111 | 101011010 | 1011001 | 101101 |
Color Harmonies of #D80D3C
Complementary color
Monochromatic Colors of #D80D3C
Black with #D80D3C
Text Example
Text Example
White with #D80D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80D3C; }
p { color: rgb(216,13,60); }
H1.HeaderClassName
{
color: #D80D3C;
}
.AnyTagClassName
{
color: #D80D3C;
}
</style>
background-color css
<style>
a { background-color: #D80D3C; }
a { background-color: rgb(216,13,60); }
div.DivClassName
{
background-color: #D80D3C;
}
.BgClassName
{
background-color: #D80D3C;
}
</style>
border-color css
<style>
span { border-color: #D80D3C; }
span { border-color: rgb(216,13,60); }
td.TdClassName
{
border-color: #D80D3C;
}
.TagClassName
{
border-color: #D80D3C;
}
</style>