Shades of Crimson #D80734
Tints of Crimson #D80734
RGB
CMYK
RGB Variations
Color information
#D80734 (or 0xD80734) is known color: Crimson. HEX triplet: D8, 07 and 34. RGB value is (216,7,52). Sum of RGB (Red+Green+Blue) = 216+7+52=275 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.55% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 216 - color contains mainly: red. Hex color #D80734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80734 is #27F8CB. Grayscale: #4A4A4A. Windows color (decimal): -2619596 or 3409880. OLE color: 3409880.
HSL color Cylindrical-coordinate representation of color #D80734: hue angle of 347.08º 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 #D80734 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 52 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.15 |
| HSL | 347.08º | 0.94% | 0.44% | - |
| HSV(B) | 347.08º | 0.97% | 0.85% | - |
| XYZ | 29.01 | 15 | 4.61 | - |
| YUV | 74.62 | 115.24 | 228.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 52 | 0 | 0.97 | 0.76 | 0.15 | 347.08 | 0.94 | 0.44 |
| Hex | D8 | 7 | 34 | 0 | 61 | 4C | F | 15B | 5E | 2C |
| Octal | 330 | 7 | 64 | 0 | 141 | 114 | 17 | 533 | 136 | 54 |
| Binary | 11011000 | 111 | 110100 | 0 | 1100001 | 1001100 | 1111 | 101011011 | 1011110 | 101100 |
Color Harmonies of #D80734
Complementary color
Monochromatic Colors of #D80734
Black with #D80734
Text Example
Text Example
White with #D80734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80734; }
p { color: rgb(216,7,52); }
H1.HeaderClassName
{
color: #D80734;
}
.AnyTagClassName
{
color: #D80734;
}
</style>
background-color css
<style>
a { background-color: #D80734; }
a { background-color: rgb(216,7,52); }
div.DivClassName
{
background-color: #D80734;
}
.BgClassName
{
background-color: #D80734;
}
</style>
border-color css
<style>
span { border-color: #D80734; }
span { border-color: rgb(216,7,52); }
td.TdClassName
{
border-color: #D80734;
}
.TagClassName
{
border-color: #D80734;
}
</style>