Shades of Crimson #D80D2D
Tints of Crimson #D80D2D
RGB
CMYK
RGB Variations
Color information
#D80D2D (or 0xD80D2D) is known color: Crimson. HEX triplet: D8, 0D and 2D. RGB value is (216,13,45). Sum of RGB (Red+Green+Blue) = 216+13+45=274 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.83% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80D2D is #27F2D2. Grayscale: #4D4D4D. Windows color (decimal): -2618067 or 2952664. OLE color: 2952664.
HSL color Cylindrical-coordinate representation of color #D80D2D: hue angle of 350.54º 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 #D80D2D is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 13 | 45 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.15 |
| HSL | 350.54º | 0.89% | 0.45% | - |
| HSV(B) | 350.54º | 0.94% | 0.85% | - |
| XYZ | 28.94 | 15.08 | 3.87 | - |
| YUV | 77.35 | 109.75 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 45 | 0 | 0.94 | 0.79 | 0.15 | 350.54 | 0.89 | 0.45 |
| Hex | D8 | D | 2D | 0 | 5E | 4F | F | 15F | 59 | 2D |
| Octal | 330 | 15 | 55 | 0 | 136 | 117 | 17 | 537 | 131 | 55 |
| Binary | 11011000 | 1101 | 101101 | 0 | 1011110 | 1001111 | 1111 | 101011111 | 1011001 | 101101 |
Color Harmonies of #D80D2D
Complementary color
Monochromatic Colors of #D80D2D
Black with #D80D2D
Text Example
Text Example
White with #D80D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80D2D; }
p { color: rgb(216,13,45); }
H1.HeaderClassName
{
color: #D80D2D;
}
.AnyTagClassName
{
color: #D80D2D;
}
</style>
background-color css
<style>
a { background-color: #D80D2D; }
a { background-color: rgb(216,13,45); }
div.DivClassName
{
background-color: #D80D2D;
}
.BgClassName
{
background-color: #D80D2D;
}
</style>
border-color css
<style>
span { border-color: #D80D2D; }
span { border-color: rgb(216,13,45); }
td.TdClassName
{
border-color: #D80D2D;
}
.TagClassName
{
border-color: #D80D2D;
}
</style>