Shades of Crimson #D6083B
Tints of Crimson #D6083B
RGB
CMYK
RGB Variations
Color information
#D6083B (or 0xD6083B) is known color: Crimson. HEX triplet: D6, 08 and 3B. RGB value is (214,8,59). Sum of RGB (Red+Green+Blue) = 214+8+59=281 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.16% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 214 - color contains mainly: red. Hex color #D6083B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6083B is #29F7C4. Grayscale: #4B4B4B. Windows color (decimal): -2750405 or 3868886. OLE color: 3868886.
HSL color Cylindrical-coordinate representation of color #D6083B: hue angle of 345.15º 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 #D6083B is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 59 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.16 |
| HSL | 345.15º | 0.93% | 0.44% | - |
| HSV(B) | 345.15º | 0.96% | 0.84% | - |
| XYZ | 28.61 | 14.79 | 5.48 | - |
| YUV | 75.41 | 118.75 | 226.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 59 | 0 | 0.96 | 0.72 | 0.16 | 345.15 | 0.93 | 0.44 |
| Hex | D6 | 8 | 3B | 0 | 60 | 48 | 10 | 159 | 5D | 2C |
| Octal | 326 | 10 | 73 | 0 | 140 | 110 | 20 | 531 | 135 | 54 |
| Binary | 11010110 | 1000 | 111011 | 0 | 1100000 | 1001000 | 10000 | 101011001 | 1011101 | 101100 |
Color Harmonies of #D6083B
Complementary color
Monochromatic Colors of #D6083B
Black with #D6083B
Text Example
Text Example
White with #D6083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6083B; }
p { color: rgb(214,8,59); }
H1.HeaderClassName
{
color: #D6083B;
}
.AnyTagClassName
{
color: #D6083B;
}
</style>
background-color css
<style>
a { background-color: #D6083B; }
a { background-color: rgb(214,8,59); }
div.DivClassName
{
background-color: #D6083B;
}
.BgClassName
{
background-color: #D6083B;
}
</style>
border-color css
<style>
span { border-color: #D6083B; }
span { border-color: rgb(214,8,59); }
td.TdClassName
{
border-color: #D6083B;
}
.TagClassName
{
border-color: #D6083B;
}
</style>