Shades of Crimson #D6153D
Tints of Crimson #D6153D
RGB
CMYK
RGB Variations
Color information
#D6153D (or 0xD6153D) is known color: Crimson. HEX triplet: D6, 15 and 3D. RGB value is (214,21,61). Sum of RGB (Red+Green+Blue) = 214+21+61=296 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.30% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 214 - color contains mainly: red. Hex color #D6153D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6153D is #29EAC2. Grayscale: #535353. Windows color (decimal): -2747075 or 4003286. OLE color: 4003286.
HSL color Cylindrical-coordinate representation of color #D6153D: hue angle of 347.56º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6153D is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 21 | 61 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.16 |
| HSL | 347.56º | 0.82% | 0.46% | - |
| HSV(B) | 347.56º | 0.9% | 0.84% | - |
| XYZ | 28.84 | 15.17 | 5.82 | - |
| YUV | 83.27 | 115.44 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 61 | 0 | 0.90 | 0.71 | 0.16 | 347.56 | 0.82 | 0.46 |
| Hex | D6 | 15 | 3D | 0 | 5A | 47 | 10 | 15C | 52 | 2E |
| Octal | 326 | 25 | 75 | 0 | 132 | 107 | 20 | 534 | 122 | 56 |
| Binary | 11010110 | 10101 | 111101 | 0 | 1011010 | 1000111 | 10000 | 101011100 | 1010010 | 101110 |
Color Harmonies of #D6153D
Complementary color
Monochromatic Colors of #D6153D
Black with #D6153D
Text Example
Text Example
White with #D6153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6153D; }
p { color: rgb(214,21,61); }
H1.HeaderClassName
{
color: #D6153D;
}
.AnyTagClassName
{
color: #D6153D;
}
</style>
background-color css
<style>
a { background-color: #D6153D; }
a { background-color: rgb(214,21,61); }
div.DivClassName
{
background-color: #D6153D;
}
.BgClassName
{
background-color: #D6153D;
}
</style>
border-color css
<style>
span { border-color: #D6153D; }
span { border-color: rgb(214,21,61); }
td.TdClassName
{
border-color: #D6153D;
}
.TagClassName
{
border-color: #D6153D;
}
</style>