Shades of Crimson #D0062F
Tints of Crimson #D0062F
RGB
CMYK
RGB Variations
Color information
#D0062F (or 0xD0062F) is known color: Crimson. HEX triplet: D0, 06 and 2F. RGB value is (208,6,47). Sum of RGB (Red+Green+Blue) = 208+6+47=261 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.69% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 208 - color contains mainly: red. Hex color #D0062F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0062F is #2FF9D0. Grayscale: #474747. Windows color (decimal): -3144145 or 3081936. OLE color: 3081936.
HSL color Cylindrical-coordinate representation of color #D0062F: hue angle of 347.82º 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 #D0062F is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 47 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.18 |
| HSL | 347.82º | 0.94% | 0.42% | - |
| HSV(B) | 347.82º | 0.97% | 0.82% | - |
| XYZ | 26.59 | 13.75 | 3.94 | - |
| YUV | 71.07 | 114.42 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 47 | 0 | 0.97 | 0.77 | 0.18 | 347.82 | 0.94 | 0.42 |
| Hex | D0 | 6 | 2F | 0 | 61 | 4D | 12 | 15C | 5E | 2A |
| Octal | 320 | 6 | 57 | 0 | 141 | 115 | 22 | 534 | 136 | 52 |
| Binary | 11010000 | 110 | 101111 | 0 | 1100001 | 1001101 | 10010 | 101011100 | 1011110 | 101010 |
Color Harmonies of #D0062F
Complementary color
Monochromatic Colors of #D0062F
Black with #D0062F
Text Example
Text Example
White with #D0062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0062F; }
p { color: rgb(208,6,47); }
H1.HeaderClassName
{
color: #D0062F;
}
.AnyTagClassName
{
color: #D0062F;
}
</style>
background-color css
<style>
a { background-color: #D0062F; }
a { background-color: rgb(208,6,47); }
div.DivClassName
{
background-color: #D0062F;
}
.BgClassName
{
background-color: #D0062F;
}
</style>
border-color css
<style>
span { border-color: #D0062F; }
span { border-color: rgb(208,6,47); }
td.TdClassName
{
border-color: #D0062F;
}
.TagClassName
{
border-color: #D0062F;
}
</style>