Shades of Crimson #D6083A
Tints of Crimson #D6083A
RGB
CMYK
RGB Variations
Color information
#D6083A (or 0xD6083A) is known color: Crimson. HEX triplet: D6, 08 and 3A. RGB value is (214,8,58). Sum of RGB (Red+Green+Blue) = 214+8+58=280 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.43% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 214 - color contains mainly: red. Hex color #D6083A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6083A is #29F7C5. Grayscale: #4B4B4B. Windows color (decimal): -2750406 or 3803350. OLE color: 3803350.
HSL color Cylindrical-coordinate representation of color #D6083A: hue angle of 345.44º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D6083A is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 58 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.16 |
| HSL | 345.44º | 0.93% | 0.44% | - |
| HSV(B) | 345.44º | 0.96% | 0.84% | - |
| XYZ | 28.58 | 14.78 | 5.35 | - |
| YUV | 75.29 | 118.25 | 226.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 58 | 0 | 0.96 | 0.73 | 0.16 | 345.44 | 0.93 | 0.44 |
| Hex | D6 | 8 | 3A | 0 | 60 | 49 | 10 | 159 | 5D | 2C |
| Octal | 326 | 10 | 72 | 0 | 140 | 111 | 20 | 531 | 135 | 54 |
| Binary | 11010110 | 1000 | 111010 | 0 | 1100000 | 1001001 | 10000 | 101011001 | 1011101 | 101100 |
Color Harmonies of #D6083A
Complementary color
Monochromatic Colors of #D6083A
Black with #D6083A
Text Example
Text Example
White with #D6083A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6083A; }
p { color: rgb(214,8,58); }
H1.HeaderClassName
{
color: #D6083A;
}
.AnyTagClassName
{
color: #D6083A;
}
</style>
background-color css
<style>
a { background-color: #D6083A; }
a { background-color: rgb(214,8,58); }
div.DivClassName
{
background-color: #D6083A;
}
.BgClassName
{
background-color: #D6083A;
}
</style>
border-color css
<style>
span { border-color: #D6083A; }
span { border-color: rgb(214,8,58); }
td.TdClassName
{
border-color: #D6083A;
}
.TagClassName
{
border-color: #D6083A;
}
</style>