Shades of Crimson #D1062F
Tints of Crimson #D1062F
RGB
CMYK
RGB Variations
Color information
#D1062F (or 0xD1062F) is known color: Crimson. HEX triplet: D1, 06 and 2F. RGB value is (209,6,47). Sum of RGB (Red+Green+Blue) = 209+6+47=262 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.77% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 209 - color contains mainly: red. Hex color #D1062F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1062F is #2EF9D0. Grayscale: #474747. Windows color (decimal): -3078609 or 3081937. OLE color: 3081937.
HSL color Cylindrical-coordinate representation of color #D1062F: hue angle of 347.88º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D1062F is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 6 | 47 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.18 |
| HSL | 347.88º | 0.94% | 0.42% | - |
| HSV(B) | 347.88º | 0.97% | 0.82% | - |
| XYZ | 26.87 | 13.89 | 3.95 | - |
| YUV | 71.37 | 114.25 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 6 | 47 | 0 | 0.97 | 0.78 | 0.18 | 347.88 | 0.94 | 0.42 |
| Hex | D1 | 6 | 2F | 0 | 61 | 4E | 12 | 15C | 5E | 2A |
| Octal | 321 | 6 | 57 | 0 | 141 | 116 | 22 | 534 | 136 | 52 |
| Binary | 11010001 | 110 | 101111 | 0 | 1100001 | 1001110 | 10010 | 101011100 | 1011110 | 101010 |
Color Harmonies of #D1062F
Complementary color
Monochromatic Colors of #D1062F
Black with #D1062F
Text Example
Text Example
White with #D1062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1062F; }
p { color: rgb(209,6,47); }
H1.HeaderClassName
{
color: #D1062F;
}
.AnyTagClassName
{
color: #D1062F;
}
</style>
background-color css
<style>
a { background-color: #D1062F; }
a { background-color: rgb(209,6,47); }
div.DivClassName
{
background-color: #D1062F;
}
.BgClassName
{
background-color: #D1062F;
}
</style>
border-color css
<style>
span { border-color: #D1062F; }
span { border-color: rgb(209,6,47); }
td.TdClassName
{
border-color: #D1062F;
}
.TagClassName
{
border-color: #D1062F;
}
</style>