Shades of Crimson #D80730
Tints of Crimson #D80730
RGB
CMYK
RGB Variations
Color information
#D80730 (or 0xD80730) is known color: Crimson. HEX triplet: D8, 07 and 30. RGB value is (216,7,48). Sum of RGB (Red+Green+Blue) = 216+7+48=271 (35% of max value = 765). Red value is 216 (84.77% from 255 or 79.70% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 216 - color contains mainly: red. Hex color #D80730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80730 is #27F8CF. Grayscale: #4A4A4A. Windows color (decimal): -2619600 or 3147736. OLE color: 3147736.
HSL color Cylindrical-coordinate representation of color #D80730: hue angle of 348.23º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D80730 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 48 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.15 |
| HSL | 348.23º | 0.94% | 0.44% | - |
| HSV(B) | 348.23º | 0.97% | 0.85% | - |
| XYZ | 28.93 | 14.96 | 4.16 | - |
| YUV | 74.17 | 113.24 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 48 | 0 | 0.97 | 0.78 | 0.15 | 348.23 | 0.94 | 0.44 |
| Hex | D8 | 7 | 30 | 0 | 61 | 4E | F | 15C | 5E | 2C |
| Octal | 330 | 7 | 60 | 0 | 141 | 116 | 17 | 534 | 136 | 54 |
| Binary | 11011000 | 111 | 110000 | 0 | 1100001 | 1001110 | 1111 | 101011100 | 1011110 | 101100 |
Color Harmonies of #D80730
Complementary color
Monochromatic Colors of #D80730
Black with #D80730
Text Example
Text Example
White with #D80730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80730; }
p { color: rgb(216,7,48); }
H1.HeaderClassName
{
color: #D80730;
}
.AnyTagClassName
{
color: #D80730;
}
</style>
background-color css
<style>
a { background-color: #D80730; }
a { background-color: rgb(216,7,48); }
div.DivClassName
{
background-color: #D80730;
}
.BgClassName
{
background-color: #D80730;
}
</style>
border-color css
<style>
span { border-color: #D80730; }
span { border-color: rgb(216,7,48); }
td.TdClassName
{
border-color: #D80730;
}
.TagClassName
{
border-color: #D80730;
}
</style>