Shades of Crimson #D9072F
Tints of Crimson #D9072F
RGB
CMYK
RGB Variations
Color information
#D9072F (or 0xD9072F) is known color: Crimson. HEX triplet: D9, 07 and 2F. RGB value is (217,7,47). Sum of RGB (Red+Green+Blue) = 217+7+47=271 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.07% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 217 - color contains mainly: red. Hex color #D9072F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9072F is #26F8D0. Grayscale: #4A4A4A. Windows color (decimal): -2554065 or 3082201. OLE color: 3082201.
HSL color Cylindrical-coordinate representation of color #D9072F: hue angle of 348.57º 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 #D9072F is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 47 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.15 |
| HSL | 348.57º | 0.94% | 0.44% | - |
| HSV(B) | 348.57º | 0.97% | 0.85% | - |
| XYZ | 29.2 | 15.11 | 4.07 | - |
| YUV | 74.35 | 112.57 | 229.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 47 | 0 | 0.97 | 0.78 | 0.15 | 348.57 | 0.94 | 0.44 |
| Hex | D9 | 7 | 2F | 0 | 61 | 4E | F | 15D | 5E | 2C |
| Octal | 331 | 7 | 57 | 0 | 141 | 116 | 17 | 535 | 136 | 54 |
| Binary | 11011001 | 111 | 101111 | 0 | 1100001 | 1001110 | 1111 | 101011101 | 1011110 | 101100 |
Color Harmonies of #D9072F
Complementary color
Monochromatic Colors of #D9072F
Black with #D9072F
Text Example
Text Example
White with #D9072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9072F; }
p { color: rgb(217,7,47); }
H1.HeaderClassName
{
color: #D9072F;
}
.AnyTagClassName
{
color: #D9072F;
}
</style>
background-color css
<style>
a { background-color: #D9072F; }
a { background-color: rgb(217,7,47); }
div.DivClassName
{
background-color: #D9072F;
}
.BgClassName
{
background-color: #D9072F;
}
</style>
border-color css
<style>
span { border-color: #D9072F; }
span { border-color: rgb(217,7,47); }
td.TdClassName
{
border-color: #D9072F;
}
.TagClassName
{
border-color: #D9072F;
}
</style>