Shades of Crimson #D9062D
Tints of Crimson #D9062D
RGB
CMYK
RGB Variations
Color information
#D9062D (or 0xD9062D) is known color: Crimson. HEX triplet: D9, 06 and 2D. RGB value is (217,6,45). Sum of RGB (Red+Green+Blue) = 217+6+45=268 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.97% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 217 - color contains mainly: red. Hex color #D9062D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9062D is #26F9D2. Grayscale: #494949. Windows color (decimal): -2554323 or 2950873. OLE color: 2950873.
HSL color Cylindrical-coordinate representation of color #D9062D: hue angle of 348.91º degrees, saturation: 0.95, 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 #D9062D is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 6 | 45 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.15 |
| HSL | 348.91º | 0.95% | 0.44% | - |
| HSV(B) | 348.91º | 0.97% | 0.85% | - |
| XYZ | 29.15 | 15.07 | 3.86 | - |
| YUV | 73.54 | 111.9 | 230.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 45 | 0 | 0.97 | 0.79 | 0.15 | 348.91 | 0.95 | 0.44 |
| Hex | D9 | 6 | 2D | 0 | 61 | 4F | F | 15D | 5F | 2C |
| Octal | 331 | 6 | 55 | 0 | 141 | 117 | 17 | 535 | 137 | 54 |
| Binary | 11011001 | 110 | 101101 | 0 | 1100001 | 1001111 | 1111 | 101011101 | 1011111 | 101100 |
Color Harmonies of #D9062D
Complementary color
Monochromatic Colors of #D9062D
Black with #D9062D
Text Example
Text Example
White with #D9062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9062D; }
p { color: rgb(217,6,45); }
H1.HeaderClassName
{
color: #D9062D;
}
.AnyTagClassName
{
color: #D9062D;
}
</style>
background-color css
<style>
a { background-color: #D9062D; }
a { background-color: rgb(217,6,45); }
div.DivClassName
{
background-color: #D9062D;
}
.BgClassName
{
background-color: #D9062D;
}
</style>
border-color css
<style>
span { border-color: #D9062D; }
span { border-color: rgb(217,6,45); }
td.TdClassName
{
border-color: #D9062D;
}
.TagClassName
{
border-color: #D9062D;
}
</style>