Shades of Crimson #D80D35
Tints of Crimson #D80D35
RGB
CMYK
RGB Variations
Color information
#D80D35 (or 0xD80D35) is known color: Crimson. HEX triplet: D8, 0D and 35. RGB value is (216,13,53). Sum of RGB (Red+Green+Blue) = 216+13+53=282 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.60% from 282); Green value is 13 (5.47% from 255 or 4.61% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80D35 is #27F2CA. Grayscale: #4E4E4E. Windows color (decimal): -2618059 or 3476952. OLE color: 3476952.
HSL color Cylindrical-coordinate representation of color #D80D35: hue angle of 348.18º 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 #D80D35 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 13 | 53 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.15 |
| HSL | 348.18º | 0.89% | 0.45% | - |
| HSV(B) | 348.18º | 0.94% | 0.85% | - |
| XYZ | 29.11 | 15.14 | 4.76 | - |
| YUV | 78.26 | 113.75 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 53 | 0 | 0.94 | 0.75 | 0.15 | 348.18 | 0.89 | 0.45 |
| Hex | D8 | D | 35 | 0 | 5E | 4B | F | 15C | 59 | 2D |
| Octal | 330 | 15 | 65 | 0 | 136 | 113 | 17 | 534 | 131 | 55 |
| Binary | 11011000 | 1101 | 110101 | 0 | 1011110 | 1001011 | 1111 | 101011100 | 1011001 | 101101 |
Color Harmonies of #D80D35
Complementary color
Monochromatic Colors of #D80D35
Black with #D80D35
Text Example
Text Example
White with #D80D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80D35; }
p { color: rgb(216,13,53); }
H1.HeaderClassName
{
color: #D80D35;
}
.AnyTagClassName
{
color: #D80D35;
}
</style>
background-color css
<style>
a { background-color: #D80D35; }
a { background-color: rgb(216,13,53); }
div.DivClassName
{
background-color: #D80D35;
}
.BgClassName
{
background-color: #D80D35;
}
</style>
border-color css
<style>
span { border-color: #D80D35; }
span { border-color: rgb(216,13,53); }
td.TdClassName
{
border-color: #D80D35;
}
.TagClassName
{
border-color: #D80D35;
}
</style>