Shades of Crimson #D6083D
Tints of Crimson #D6083D
RGB
CMYK
RGB Variations
Color information
#D6083D (or 0xD6083D) is known color: Crimson. HEX triplet: D6, 08 and 3D. RGB value is (214,8,61). Sum of RGB (Red+Green+Blue) = 214+8+61=283 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.62% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 214 - color contains mainly: red. Hex color #D6083D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6083D is #29F7C2. Grayscale: #4B4B4B. Windows color (decimal): -2750403 or 3999958. OLE color: 3999958.
HSL color Cylindrical-coordinate representation of color #D6083D: hue angle of 344.56º 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 #D6083D is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 61 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.16 |
| HSL | 344.56º | 0.93% | 0.44% | - |
| HSV(B) | 344.56º | 0.96% | 0.84% | - |
| XYZ | 28.66 | 14.81 | 5.76 | - |
| YUV | 75.64 | 119.75 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 61 | 0 | 0.96 | 0.71 | 0.16 | 344.56 | 0.93 | 0.44 |
| Hex | D6 | 8 | 3D | 0 | 60 | 47 | 10 | 159 | 5D | 2C |
| Octal | 326 | 10 | 75 | 0 | 140 | 107 | 20 | 531 | 135 | 54 |
| Binary | 11010110 | 1000 | 111101 | 0 | 1100000 | 1000111 | 10000 | 101011001 | 1011101 | 101100 |
Color Harmonies of #D6083D
Complementary color
Monochromatic Colors of #D6083D
Black with #D6083D
Text Example
Text Example
White with #D6083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6083D; }
p { color: rgb(214,8,61); }
H1.HeaderClassName
{
color: #D6083D;
}
.AnyTagClassName
{
color: #D6083D;
}
</style>
background-color css
<style>
a { background-color: #D6083D; }
a { background-color: rgb(214,8,61); }
div.DivClassName
{
background-color: #D6083D;
}
.BgClassName
{
background-color: #D6083D;
}
</style>
border-color css
<style>
span { border-color: #D6083D; }
span { border-color: rgb(214,8,61); }
td.TdClassName
{
border-color: #D6083D;
}
.TagClassName
{
border-color: #D6083D;
}
</style>