Shades of Crimson #D2083B
Tints of Crimson #D2083B
RGB
CMYK
RGB Variations
Color information
#D2083B (or 0xD2083B) is known color: Crimson. HEX triplet: D2, 08 and 3B. RGB value is (210,8,59). Sum of RGB (Red+Green+Blue) = 210+8+59=277 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.81% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 210 - color contains mainly: red. Hex color #D2083B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2083B is #2DF7C4. Grayscale: #4A4A4A. Windows color (decimal): -3012549 or 3868882. OLE color: 3868882.
HSL color Cylindrical-coordinate representation of color #D2083B: hue angle of 344.85º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2083B is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 59 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.18 |
| HSL | 344.85º | 0.93% | 0.43% | - |
| HSV(B) | 344.85º | 0.96% | 0.82% | - |
| XYZ | 27.45 | 14.19 | 5.43 | - |
| YUV | 74.21 | 119.42 | 224.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 59 | 0 | 0.96 | 0.72 | 0.18 | 344.85 | 0.93 | 0.43 |
| Hex | D2 | 8 | 3B | 0 | 60 | 48 | 12 | 159 | 5D | 2B |
| Octal | 322 | 10 | 73 | 0 | 140 | 110 | 22 | 531 | 135 | 53 |
| Binary | 11010010 | 1000 | 111011 | 0 | 1100000 | 1001000 | 10010 | 101011001 | 1011101 | 101011 |
Color Harmonies of #D2083B
Complementary color
Monochromatic Colors of #D2083B
Black with #D2083B
Text Example
Text Example
White with #D2083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2083B; }
p { color: rgb(210,8,59); }
H1.HeaderClassName
{
color: #D2083B;
}
.AnyTagClassName
{
color: #D2083B;
}
</style>
background-color css
<style>
a { background-color: #D2083B; }
a { background-color: rgb(210,8,59); }
div.DivClassName
{
background-color: #D2083B;
}
.BgClassName
{
background-color: #D2083B;
}
</style>
border-color css
<style>
span { border-color: #D2083B; }
span { border-color: rgb(210,8,59); }
td.TdClassName
{
border-color: #D2083B;
}
.TagClassName
{
border-color: #D2083B;
}
</style>