Shades of Crimson #D80D34
Tints of Crimson #D80D34
RGB
CMYK
RGB Variations
Color information
#D80D34 (or 0xD80D34) is known color: Crimson. HEX triplet: D8, 0D and 34. RGB value is (216,13,52). Sum of RGB (Red+Green+Blue) = 216+13+52=281 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.87% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80D34 is #27F2CB. Grayscale: #4E4E4E. Windows color (decimal): -2618060 or 3411416. OLE color: 3411416.
HSL color Cylindrical-coordinate representation of color #D80D34: hue angle of 348.47º 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 #D80D34 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 13 | 52 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.15 |
| HSL | 348.47º | 0.89% | 0.45% | - |
| HSV(B) | 348.47º | 0.94% | 0.85% | - |
| XYZ | 29.08 | 15.13 | 4.64 | - |
| YUV | 78.14 | 113.25 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 52 | 0 | 0.94 | 0.76 | 0.15 | 348.47 | 0.89 | 0.45 |
| Hex | D8 | D | 34 | 0 | 5E | 4C | F | 15C | 59 | 2D |
| Octal | 330 | 15 | 64 | 0 | 136 | 114 | 17 | 534 | 131 | 55 |
| Binary | 11011000 | 1101 | 110100 | 0 | 1011110 | 1001100 | 1111 | 101011100 | 1011001 | 101101 |
Color Harmonies of #D80D34
Complementary color
Monochromatic Colors of #D80D34
Black with #D80D34
Text Example
Text Example
White with #D80D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80D34; }
p { color: rgb(216,13,52); }
H1.HeaderClassName
{
color: #D80D34;
}
.AnyTagClassName
{
color: #D80D34;
}
</style>
background-color css
<style>
a { background-color: #D80D34; }
a { background-color: rgb(216,13,52); }
div.DivClassName
{
background-color: #D80D34;
}
.BgClassName
{
background-color: #D80D34;
}
</style>
border-color css
<style>
span { border-color: #D80D34; }
span { border-color: rgb(216,13,52); }
td.TdClassName
{
border-color: #D80D34;
}
.TagClassName
{
border-color: #D80D34;
}
</style>