Shades of Crimson #D9072A
Tints of Crimson #D9072A
RGB
CMYK
RGB Variations
Color information
#D9072A (or 0xD9072A) is known color: Crimson. HEX triplet: D9, 07 and 2A. RGB value is (217,7,42). Sum of RGB (Red+Green+Blue) = 217+7+42=266 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.58% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 217 - color contains mainly: red. Hex color #D9072A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9072A is #26F8D5. Grayscale: #494949. Windows color (decimal): -2554070 or 2754521. OLE color: 2754521.
HSL color Cylindrical-coordinate representation of color #D9072A: hue angle of 350º 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 #D9072A is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 42 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.15 |
| HSL | 350º | 0.94% | 0.44% | - |
| HSV(B) | 350º | 0.97% | 0.85% | - |
| XYZ | 29.11 | 15.07 | 3.57 | - |
| YUV | 73.78 | 110.07 | 230.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 42 | 0 | 0.97 | 0.81 | 0.15 | 350 | 0.94 | 0.44 |
| Hex | D9 | 7 | 2A | 0 | 61 | 51 | F | 15E | 5E | 2C |
| Octal | 331 | 7 | 52 | 0 | 141 | 121 | 17 | 536 | 136 | 54 |
| Binary | 11011001 | 111 | 101010 | 0 | 1100001 | 1010001 | 1111 | 101011110 | 1011110 | 101100 |
Color Harmonies of #D9072A
Complementary color
Monochromatic Colors of #D9072A
Black with #D9072A
Text Example
Text Example
White with #D9072A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9072A; }
p { color: rgb(217,7,42); }
H1.HeaderClassName
{
color: #D9072A;
}
.AnyTagClassName
{
color: #D9072A;
}
</style>
background-color css
<style>
a { background-color: #D9072A; }
a { background-color: rgb(217,7,42); }
div.DivClassName
{
background-color: #D9072A;
}
.BgClassName
{
background-color: #D9072A;
}
</style>
border-color css
<style>
span { border-color: #D9072A; }
span { border-color: rgb(217,7,42); }
td.TdClassName
{
border-color: #D9072A;
}
.TagClassName
{
border-color: #D9072A;
}
</style>