Shades of Crimson #D80D2F
Tints of Crimson #D80D2F
RGB
CMYK
RGB Variations
Color information
#D80D2F (or 0xD80D2F) is known color: Crimson. HEX triplet: D8, 0D and 2F. RGB value is (216,13,47). Sum of RGB (Red+Green+Blue) = 216+13+47=276 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.26% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80D2F is #27F2D0. Grayscale: #4D4D4D. Windows color (decimal): -2618065 or 3083736. OLE color: 3083736.
HSL color Cylindrical-coordinate representation of color #D80D2F: hue angle of 349.95º 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 #D80D2F is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 13 | 47 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.15 |
| HSL | 349.95º | 0.89% | 0.45% | - |
| HSV(B) | 349.95º | 0.94% | 0.85% | - |
| XYZ | 28.98 | 15.09 | 4.08 | - |
| YUV | 77.57 | 110.75 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 47 | 0 | 0.94 | 0.78 | 0.15 | 349.95 | 0.89 | 0.45 |
| Hex | D8 | D | 2F | 0 | 5E | 4E | F | 15E | 59 | 2D |
| Octal | 330 | 15 | 57 | 0 | 136 | 116 | 17 | 536 | 131 | 55 |
| Binary | 11011000 | 1101 | 101111 | 0 | 1011110 | 1001110 | 1111 | 101011110 | 1011001 | 101101 |
Color Harmonies of #D80D2F
Complementary color
Monochromatic Colors of #D80D2F
Black with #D80D2F
Text Example
Text Example
White with #D80D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80D2F; }
p { color: rgb(216,13,47); }
H1.HeaderClassName
{
color: #D80D2F;
}
.AnyTagClassName
{
color: #D80D2F;
}
</style>
background-color css
<style>
a { background-color: #D80D2F; }
a { background-color: rgb(216,13,47); }
div.DivClassName
{
background-color: #D80D2F;
}
.BgClassName
{
background-color: #D80D2F;
}
</style>
border-color css
<style>
span { border-color: #D80D2F; }
span { border-color: rgb(216,13,47); }
td.TdClassName
{
border-color: #D80D2F;
}
.TagClassName
{
border-color: #D80D2F;
}
</style>