Shades of Crimson #D8072F
Tints of Crimson #D8072F
RGB
CMYK
RGB Variations
Color information
#D8072F (or 0xD8072F) is known color: Crimson. HEX triplet: D8, 07 and 2F. RGB value is (216,7,47). Sum of RGB (Red+Green+Blue) = 216+7+47=270 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 216 - color contains mainly: red. Hex color #D8072F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8072F is #27F8D0. Grayscale: #4A4A4A. Windows color (decimal): -2619601 or 3082200. OLE color: 3082200.
HSL color Cylindrical-coordinate representation of color #D8072F: hue angle of 348.52º 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 #D8072F is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 47 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.15 |
| HSL | 348.52º | 0.94% | 0.44% | - |
| HSV(B) | 348.52º | 0.97% | 0.85% | - |
| XYZ | 28.91 | 14.96 | 4.05 | - |
| YUV | 74.05 | 112.74 | 229.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 47 | 0 | 0.97 | 0.78 | 0.15 | 348.52 | 0.94 | 0.44 |
| Hex | D8 | 7 | 2F | 0 | 61 | 4E | F | 15D | 5E | 2C |
| Octal | 330 | 7 | 57 | 0 | 141 | 116 | 17 | 535 | 136 | 54 |
| Binary | 11011000 | 111 | 101111 | 0 | 1100001 | 1001110 | 1111 | 101011101 | 1011110 | 101100 |
Color Harmonies of #D8072F
Complementary color
Monochromatic Colors of #D8072F
Black with #D8072F
Text Example
Text Example
White with #D8072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8072F; }
p { color: rgb(216,7,47); }
H1.HeaderClassName
{
color: #D8072F;
}
.AnyTagClassName
{
color: #D8072F;
}
</style>
background-color css
<style>
a { background-color: #D8072F; }
a { background-color: rgb(216,7,47); }
div.DivClassName
{
background-color: #D8072F;
}
.BgClassName
{
background-color: #D8072F;
}
</style>
border-color css
<style>
span { border-color: #D8072F; }
span { border-color: rgb(216,7,47); }
td.TdClassName
{
border-color: #D8072F;
}
.TagClassName
{
border-color: #D8072F;
}
</style>