Shades of Crimson #D6084A
Tints of Crimson #D6084A
RGB
CMYK
RGB Variations
Color information
#D6084A (or 0xD6084A) is known color: Crimson. HEX triplet: D6, 08 and 4A. RGB value is (214,8,74). Sum of RGB (Red+Green+Blue) = 214+8+74=296 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.30% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 214 - color contains mainly: red. Hex color #D6084A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6084A is #29F7B5. Grayscale: #4D4D4D. Windows color (decimal): -2750390 or 4851926. OLE color: 4851926.
HSL color Cylindrical-coordinate representation of color #D6084A: hue angle of 340.78º 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 #D6084A is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 74 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.16 |
| HSL | 340.78º | 0.93% | 0.44% | - |
| HSV(B) | 340.78º | 0.96% | 0.84% | - |
| XYZ | 29.05 | 14.96 | 7.84 | - |
| YUV | 77.12 | 126.25 | 225.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 74 | 0 | 0.96 | 0.65 | 0.16 | 340.78 | 0.93 | 0.44 |
| Hex | D6 | 8 | 4A | 0 | 60 | 41 | 10 | 155 | 5D | 2C |
| Octal | 326 | 10 | 112 | 0 | 140 | 101 | 20 | 525 | 135 | 54 |
| Binary | 11010110 | 1000 | 1001010 | 0 | 1100000 | 1000001 | 10000 | 101010101 | 1011101 | 101100 |
Color Harmonies of #D6084A
Complementary color
Monochromatic Colors of #D6084A
Black with #D6084A
Text Example
Text Example
White with #D6084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6084A; }
p { color: rgb(214,8,74); }
H1.HeaderClassName
{
color: #D6084A;
}
.AnyTagClassName
{
color: #D6084A;
}
</style>
background-color css
<style>
a { background-color: #D6084A; }
a { background-color: rgb(214,8,74); }
div.DivClassName
{
background-color: #D6084A;
}
.BgClassName
{
background-color: #D6084A;
}
</style>
border-color css
<style>
span { border-color: #D6084A; }
span { border-color: rgb(214,8,74); }
td.TdClassName
{
border-color: #D6084A;
}
.TagClassName
{
border-color: #D6084A;
}
</style>