Shades of Crimson #D0082F
Tints of Crimson #D0082F
RGB
CMYK
RGB Variations
Color information
#D0082F (or 0xD0082F) is known color: Crimson. HEX triplet: D0, 08 and 2F. RGB value is (208,8,47). Sum of RGB (Red+Green+Blue) = 208+8+47=263 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.09% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 208 - color contains mainly: red. Hex color #D0082F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0082F is #2FF7D0. Grayscale: #484848. Windows color (decimal): -3143633 or 3082448. OLE color: 3082448.
HSL color Cylindrical-coordinate representation of color #D0082F: hue angle of 348.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0082F is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 47 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.18 |
| HSL | 348.3º | 0.93% | 0.42% | - |
| HSV(B) | 348.3º | 0.96% | 0.82% | - |
| XYZ | 26.61 | 13.79 | 3.95 | - |
| YUV | 72.25 | 113.76 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 47 | 0 | 0.96 | 0.77 | 0.18 | 348.3 | 0.93 | 0.42 |
| Hex | D0 | 8 | 2F | 0 | 60 | 4D | 12 | 15C | 5D | 2A |
| Octal | 320 | 10 | 57 | 0 | 140 | 115 | 22 | 534 | 135 | 52 |
| Binary | 11010000 | 1000 | 101111 | 0 | 1100000 | 1001101 | 10010 | 101011100 | 1011101 | 101010 |
Color Harmonies of #D0082F
Complementary color
Monochromatic Colors of #D0082F
Black with #D0082F
Text Example
Text Example
White with #D0082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0082F; }
p { color: rgb(208,8,47); }
H1.HeaderClassName
{
color: #D0082F;
}
.AnyTagClassName
{
color: #D0082F;
}
</style>
background-color css
<style>
a { background-color: #D0082F; }
a { background-color: rgb(208,8,47); }
div.DivClassName
{
background-color: #D0082F;
}
.BgClassName
{
background-color: #D0082F;
}
</style>
border-color css
<style>
span { border-color: #D0082F; }
span { border-color: rgb(208,8,47); }
td.TdClassName
{
border-color: #D0082F;
}
.TagClassName
{
border-color: #D0082F;
}
</style>