Shades of Crimson #D80F47
Tints of Crimson #D80F47
RGB
CMYK
RGB Variations
Color information
#D80F47 (or 0xD80F47) is known color: Crimson. HEX triplet: D8, 0F and 47. RGB value is (216,15,71). Sum of RGB (Red+Green+Blue) = 216+15+71=302 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.52% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80F47 is #27F0B8. Grayscale: #515151. Windows color (decimal): -2617529 or 4657112. OLE color: 4657112.
HSL color Cylindrical-coordinate representation of color #D80F47: hue angle of 343.28º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D80F47 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 15 | 71 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.15 |
| HSL | 343.28º | 0.87% | 0.45% | - |
| HSV(B) | 343.28º | 0.93% | 0.85% | - |
| XYZ | 29.63 | 15.4 | 7.37 | - |
| YUV | 81.48 | 122.09 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 15 | 71 | 0 | 0.93 | 0.67 | 0.15 | 343.28 | 0.87 | 0.45 |
| Hex | D8 | F | 47 | 0 | 5D | 43 | F | 157 | 57 | 2D |
| Octal | 330 | 17 | 107 | 0 | 135 | 103 | 17 | 527 | 127 | 55 |
| Binary | 11011000 | 1111 | 1000111 | 0 | 1011101 | 1000011 | 1111 | 101010111 | 1010111 | 101101 |
Color Harmonies of #D80F47
Complementary color
Monochromatic Colors of #D80F47
Black with #D80F47
Text Example
Text Example
White with #D80F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80F47; }
p { color: rgb(216,15,71); }
H1.HeaderClassName
{
color: #D80F47;
}
.AnyTagClassName
{
color: #D80F47;
}
</style>
background-color css
<style>
a { background-color: #D80F47; }
a { background-color: rgb(216,15,71); }
div.DivClassName
{
background-color: #D80F47;
}
.BgClassName
{
background-color: #D80F47;
}
</style>
border-color css
<style>
span { border-color: #D80F47; }
span { border-color: rgb(216,15,71); }
td.TdClassName
{
border-color: #D80F47;
}
.TagClassName
{
border-color: #D80F47;
}
</style>