Shades of Crimson #D9052F
Tints of Crimson #D9052F
RGB
CMYK
RGB Variations
Color information
#D9052F (or 0xD9052F) is known color: Crimson. HEX triplet: D9, 05 and 2F. RGB value is (217,5,47). Sum of RGB (Red+Green+Blue) = 217+5+47=269 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.67% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 217 - color contains mainly: red. Hex color #D9052F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9052F is #26FAD0. Grayscale: #494949. Windows color (decimal): -2554577 or 3081689. OLE color: 3081689.
HSL color Cylindrical-coordinate representation of color #D9052F: hue angle of 348.11º 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 #D9052F is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 47 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.15 |
| HSL | 348.11º | 0.95% | 0.44% | - |
| HSV(B) | 348.11º | 0.98% | 0.85% | - |
| XYZ | 29.18 | 15.07 | 4.06 | - |
| YUV | 73.18 | 113.24 | 230.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 47 | 0 | 0.98 | 0.78 | 0.15 | 348.11 | 0.95 | 0.44 |
| Hex | D9 | 5 | 2F | 0 | 62 | 4E | F | 15C | 5F | 2C |
| Octal | 331 | 5 | 57 | 0 | 142 | 116 | 17 | 534 | 137 | 54 |
| Binary | 11011001 | 101 | 101111 | 0 | 1100010 | 1001110 | 1111 | 101011100 | 1011111 | 101100 |
Color Harmonies of #D9052F
Complementary color
Monochromatic Colors of #D9052F
Black with #D9052F
Text Example
Text Example
White with #D9052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9052F; }
p { color: rgb(217,5,47); }
H1.HeaderClassName
{
color: #D9052F;
}
.AnyTagClassName
{
color: #D9052F;
}
</style>
background-color css
<style>
a { background-color: #D9052F; }
a { background-color: rgb(217,5,47); }
div.DivClassName
{
background-color: #D9052F;
}
.BgClassName
{
background-color: #D9052F;
}
</style>
border-color css
<style>
span { border-color: #D9052F; }
span { border-color: rgb(217,5,47); }
td.TdClassName
{
border-color: #D9052F;
}
.TagClassName
{
border-color: #D9052F;
}
</style>