Shades of Crimson #D9053D
Tints of Crimson #D9053D
RGB
CMYK
RGB Variations
Color information
#D9053D (or 0xD9053D) is known color: Crimson. HEX triplet: D9, 05 and 3D. RGB value is (217,5,61). Sum of RGB (Red+Green+Blue) = 217+5+61=283 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.68% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 217 - color contains mainly: red. Hex color #D9053D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9053D is #26FAC2. Grayscale: #4A4A4A. Windows color (decimal): -2554563 or 3999193. OLE color: 3999193.
HSL color Cylindrical-coordinate representation of color #D9053D: hue angle of 344.15º 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 #D9053D is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 61 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.15 |
| HSL | 344.15º | 0.95% | 0.44% | - |
| HSV(B) | 344.15º | 0.98% | 0.85% | - |
| XYZ | 29.51 | 15.2 | 5.79 | - |
| YUV | 74.77 | 120.24 | 229.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 61 | 0 | 0.98 | 0.72 | 0.15 | 344.15 | 0.95 | 0.44 |
| Hex | D9 | 5 | 3D | 0 | 62 | 48 | F | 158 | 5F | 2C |
| Octal | 331 | 5 | 75 | 0 | 142 | 110 | 17 | 530 | 137 | 54 |
| Binary | 11011001 | 101 | 111101 | 0 | 1100010 | 1001000 | 1111 | 101011000 | 1011111 | 101100 |
Color Harmonies of #D9053D
Complementary color
Monochromatic Colors of #D9053D
Black with #D9053D
Text Example
Text Example
White with #D9053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9053D; }
p { color: rgb(217,5,61); }
H1.HeaderClassName
{
color: #D9053D;
}
.AnyTagClassName
{
color: #D9053D;
}
</style>
background-color css
<style>
a { background-color: #D9053D; }
a { background-color: rgb(217,5,61); }
div.DivClassName
{
background-color: #D9053D;
}
.BgClassName
{
background-color: #D9053D;
}
</style>
border-color css
<style>
span { border-color: #D9053D; }
span { border-color: rgb(217,5,61); }
td.TdClassName
{
border-color: #D9053D;
}
.TagClassName
{
border-color: #D9053D;
}
</style>