Shades of Crimson #D80739
Tints of Crimson #D80739
RGB
CMYK
RGB Variations
Color information
#D80739 (or 0xD80739) is known color: Crimson. HEX triplet: D8, 07 and 39. RGB value is (216,7,57). Sum of RGB (Red+Green+Blue) = 216+7+57=280 (37% of max value = 765). Red value is 216 (84.77% from 255 or 77.14% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 216 - color contains mainly: red. Hex color #D80739 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80739 is #27F8C6. Grayscale: #4B4B4B. Windows color (decimal): -2619591 or 3737560. OLE color: 3737560.
HSL color Cylindrical-coordinate representation of color #D80739: hue angle of 345.65º 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 #D80739 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 57 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.15 |
| HSL | 345.65º | 0.94% | 0.44% | - |
| HSV(B) | 345.65º | 0.97% | 0.85% | - |
| XYZ | 29.13 | 15.05 | 5.24 | - |
| YUV | 75.19 | 117.74 | 228.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 57 | 0 | 0.97 | 0.74 | 0.15 | 345.65 | 0.94 | 0.44 |
| Hex | D8 | 7 | 39 | 0 | 61 | 4A | F | 15A | 5E | 2C |
| Octal | 330 | 7 | 71 | 0 | 141 | 112 | 17 | 532 | 136 | 54 |
| Binary | 11011000 | 111 | 111001 | 0 | 1100001 | 1001010 | 1111 | 101011010 | 1011110 | 101100 |
Color Harmonies of #D80739
Complementary color
Monochromatic Colors of #D80739
Black with #D80739
Text Example
Text Example
White with #D80739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80739; }
p { color: rgb(216,7,57); }
H1.HeaderClassName
{
color: #D80739;
}
.AnyTagClassName
{
color: #D80739;
}
</style>
background-color css
<style>
a { background-color: #D80739; }
a { background-color: rgb(216,7,57); }
div.DivClassName
{
background-color: #D80739;
}
.BgClassName
{
background-color: #D80739;
}
</style>
border-color css
<style>
span { border-color: #D80739; }
span { border-color: rgb(216,7,57); }
td.TdClassName
{
border-color: #D80739;
}
.TagClassName
{
border-color: #D80739;
}
</style>