Shades of Crimson #D80537
Tints of Crimson #D80537
RGB
CMYK
RGB Variations
Color information
#D80537 (or 0xD80537) is known color: Crimson. HEX triplet: D8, 05 and 37. RGB value is (216,5,55). Sum of RGB (Red+Green+Blue) = 216+5+55=276 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.26% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 216 - color contains mainly: red. Hex color #D80537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80537 is #27FAC8. Grayscale: #494949. Windows color (decimal): -2620105 or 3605976. OLE color: 3605976.
HSL color Cylindrical-coordinate representation of color #D80537: hue angle of 345.78º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D80537 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 55 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.15 |
| HSL | 345.78º | 0.95% | 0.43% | - |
| HSV(B) | 345.78º | 0.98% | 0.85% | - |
| XYZ | 29.06 | 14.98 | 4.97 | - |
| YUV | 73.79 | 117.4 | 229.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 55 | 0 | 0.98 | 0.75 | 0.15 | 345.78 | 0.95 | 0.43 |
| Hex | D8 | 5 | 37 | 0 | 62 | 4B | F | 15A | 5F | 2B |
| Octal | 330 | 5 | 67 | 0 | 142 | 113 | 17 | 532 | 137 | 53 |
| Binary | 11011000 | 101 | 110111 | 0 | 1100010 | 1001011 | 1111 | 101011010 | 1011111 | 101011 |
Color Harmonies of #D80537
Complementary color
Monochromatic Colors of #D80537
Black with #D80537
Text Example
Text Example
White with #D80537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80537; }
p { color: rgb(216,5,55); }
H1.HeaderClassName
{
color: #D80537;
}
.AnyTagClassName
{
color: #D80537;
}
</style>
background-color css
<style>
a { background-color: #D80537; }
a { background-color: rgb(216,5,55); }
div.DivClassName
{
background-color: #D80537;
}
.BgClassName
{
background-color: #D80537;
}
</style>
border-color css
<style>
span { border-color: #D80537; }
span { border-color: rgb(216,5,55); }
td.TdClassName
{
border-color: #D80537;
}
.TagClassName
{
border-color: #D80537;
}
</style>