Shades of Crimson #D9052E
Tints of Crimson #D9052E
RGB
CMYK
RGB Variations
Color information
#D9052E (or 0xD9052E) is known color: Crimson. HEX triplet: D9, 05 and 2E. RGB value is (217,5,46). Sum of RGB (Red+Green+Blue) = 217+5+46=268 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.97% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 217 - color contains mainly: red. Hex color #D9052E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9052E is #26FAD1. Grayscale: #494949. Windows color (decimal): -2554578 or 3016153. OLE color: 3016153.
HSL color Cylindrical-coordinate representation of color #D9052E: hue angle of 348.4º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D9052E is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 46 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.15 |
| HSL | 348.4º | 0.95% | 0.44% | - |
| HSV(B) | 348.4º | 0.98% | 0.85% | - |
| XYZ | 29.16 | 15.06 | 3.95 | - |
| YUV | 73.06 | 112.74 | 230.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 46 | 0 | 0.98 | 0.79 | 0.15 | 348.4 | 0.95 | 0.44 |
| Hex | D9 | 5 | 2E | 0 | 62 | 4F | F | 15C | 5F | 2C |
| Octal | 331 | 5 | 56 | 0 | 142 | 117 | 17 | 534 | 137 | 54 |
| Binary | 11011001 | 101 | 101110 | 0 | 1100010 | 1001111 | 1111 | 101011100 | 1011111 | 101100 |
Color Harmonies of #D9052E
Complementary color
Monochromatic Colors of #D9052E
Black with #D9052E
Text Example
Text Example
White with #D9052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9052E; }
p { color: rgb(217,5,46); }
H1.HeaderClassName
{
color: #D9052E;
}
.AnyTagClassName
{
color: #D9052E;
}
</style>
background-color css
<style>
a { background-color: #D9052E; }
a { background-color: rgb(217,5,46); }
div.DivClassName
{
background-color: #D9052E;
}
.BgClassName
{
background-color: #D9052E;
}
</style>
border-color css
<style>
span { border-color: #D9052E; }
span { border-color: rgb(217,5,46); }
td.TdClassName
{
border-color: #D9052E;
}
.TagClassName
{
border-color: #D9052E;
}
</style>