Shades of Crimson #D6082B
Tints of Crimson #D6082B
RGB
CMYK
RGB Variations
Color information
#D6082B (or 0xD6082B) is known color: Crimson. HEX triplet: D6, 08 and 2B. RGB value is (214,8,43). Sum of RGB (Red+Green+Blue) = 214+8+43=265 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.75% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 214 - color contains mainly: red. Hex color #D6082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6082B is #29F7D4. Grayscale: #494949. Windows color (decimal): -2750421 or 2820310. OLE color: 2820310.
HSL color Cylindrical-coordinate representation of color #D6082B: hue angle of 349.81º 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 #D6082B is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 43 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.16 |
| HSL | 349.81º | 0.93% | 0.44% | - |
| HSV(B) | 349.81º | 0.96% | 0.84% | - |
| XYZ | 28.25 | 14.64 | 3.62 | - |
| YUV | 73.58 | 110.75 | 228.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 43 | 0 | 0.96 | 0.80 | 0.16 | 349.81 | 0.93 | 0.44 |
| Hex | D6 | 8 | 2B | 0 | 60 | 50 | 10 | 15E | 5D | 2C |
| Octal | 326 | 10 | 53 | 0 | 140 | 120 | 20 | 536 | 135 | 54 |
| Binary | 11010110 | 1000 | 101011 | 0 | 1100000 | 1010000 | 10000 | 101011110 | 1011101 | 101100 |
Color Harmonies of #D6082B
Complementary color
Monochromatic Colors of #D6082B
Black with #D6082B
Text Example
Text Example
White with #D6082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6082B; }
p { color: rgb(214,8,43); }
H1.HeaderClassName
{
color: #D6082B;
}
.AnyTagClassName
{
color: #D6082B;
}
</style>
background-color css
<style>
a { background-color: #D6082B; }
a { background-color: rgb(214,8,43); }
div.DivClassName
{
background-color: #D6082B;
}
.BgClassName
{
background-color: #D6082B;
}
</style>
border-color css
<style>
span { border-color: #D6082B; }
span { border-color: rgb(214,8,43); }
td.TdClassName
{
border-color: #D6082B;
}
.TagClassName
{
border-color: #D6082B;
}
</style>