Shades of Crimson #D0083B
Tints of Crimson #D0083B
RGB
CMYK
RGB Variations
Color information
#D0083B (or 0xD0083B) is known color: Crimson. HEX triplet: D0, 08 and 3B. RGB value is (208,8,59). Sum of RGB (Red+Green+Blue) = 208+8+59=275 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.64% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 208 - color contains mainly: red. Hex color #D0083B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0083B is #2FF7C4. Grayscale: #494949. Windows color (decimal): -3143621 or 3868880. OLE color: 3868880.
HSL color Cylindrical-coordinate representation of color #D0083B: hue angle of 344.7º 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 #D0083B is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 59 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.18 |
| HSL | 344.7º | 0.93% | 0.42% | - |
| HSV(B) | 344.7º | 0.96% | 0.82% | - |
| XYZ | 26.89 | 13.9 | 5.4 | - |
| YUV | 73.61 | 119.76 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 59 | 0 | 0.96 | 0.72 | 0.18 | 344.7 | 0.93 | 0.42 |
| Hex | D0 | 8 | 3B | 0 | 60 | 48 | 12 | 159 | 5D | 2A |
| Octal | 320 | 10 | 73 | 0 | 140 | 110 | 22 | 531 | 135 | 52 |
| Binary | 11010000 | 1000 | 111011 | 0 | 1100000 | 1001000 | 10010 | 101011001 | 1011101 | 101010 |
Color Harmonies of #D0083B
Complementary color
Monochromatic Colors of #D0083B
Black with #D0083B
Text Example
Text Example
White with #D0083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0083B; }
p { color: rgb(208,8,59); }
H1.HeaderClassName
{
color: #D0083B;
}
.AnyTagClassName
{
color: #D0083B;
}
</style>
background-color css
<style>
a { background-color: #D0083B; }
a { background-color: rgb(208,8,59); }
div.DivClassName
{
background-color: #D0083B;
}
.BgClassName
{
background-color: #D0083B;
}
</style>
border-color css
<style>
span { border-color: #D0083B; }
span { border-color: rgb(208,8,59); }
td.TdClassName
{
border-color: #D0083B;
}
.TagClassName
{
border-color: #D0083B;
}
</style>