Shades of Crimson #D0084B
Tints of Crimson #D0084B
RGB
CMYK
RGB Variations
Color information
#D0084B (or 0xD0084B) is known color: Crimson. HEX triplet: D0, 08 and 4B. RGB value is (208,8,75). Sum of RGB (Red+Green+Blue) = 208+8+75=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D0084B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0084B is #2FF7B4. Grayscale: #4B4B4B. Windows color (decimal): -3143605 or 4917456. OLE color: 4917456.
HSL color Cylindrical-coordinate representation of color #D0084B: hue angle of 339.9º 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 #D0084B is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 75 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.18 |
| HSL | 339.9º | 0.93% | 0.42% | - |
| HSV(B) | 339.9º | 0.96% | 0.82% | - |
| XYZ | 27.37 | 14.09 | 7.93 | - |
| YUV | 75.44 | 127.76 | 222.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 75 | 0 | 0.96 | 0.64 | 0.18 | 339.9 | 0.93 | 0.42 |
| Hex | D0 | 8 | 4B | 0 | 60 | 40 | 12 | 154 | 5D | 2A |
| Octal | 320 | 10 | 113 | 0 | 140 | 100 | 22 | 524 | 135 | 52 |
| Binary | 11010000 | 1000 | 1001011 | 0 | 1100000 | 1000000 | 10010 | 101010100 | 1011101 | 101010 |
Color Harmonies of #D0084B
Complementary color
Monochromatic Colors of #D0084B
Black with #D0084B
Text Example
Text Example
White with #D0084B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0084B; }
p { color: rgb(208,8,75); }
H1.HeaderClassName
{
color: #D0084B;
}
.AnyTagClassName
{
color: #D0084B;
}
</style>
background-color css
<style>
a { background-color: #D0084B; }
a { background-color: rgb(208,8,75); }
div.DivClassName
{
background-color: #D0084B;
}
.BgClassName
{
background-color: #D0084B;
}
</style>
border-color css
<style>
span { border-color: #D0084B; }
span { border-color: rgb(208,8,75); }
td.TdClassName
{
border-color: #D0084B;
}
.TagClassName
{
border-color: #D0084B;
}
</style>