Shades of Crimson #D6152F
Tints of Crimson #D6152F
RGB
CMYK
RGB Variations
Color information
#D6152F (or 0xD6152F) is known color: Crimson. HEX triplet: D6, 15 and 2F. RGB value is (214,21,47). Sum of RGB (Red+Green+Blue) = 214+21+47=282 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.89% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 214 - color contains mainly: red. Hex color #D6152F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6152F is #29EAD0. Grayscale: #515151. Windows color (decimal): -2747089 or 3085782. OLE color: 3085782.
HSL color Cylindrical-coordinate representation of color #D6152F: hue angle of 351.92º 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 #D6152F is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 21 | 47 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.16 |
| HSL | 351.92º | 0.82% | 0.46% | - |
| HSV(B) | 351.92º | 0.9% | 0.84% | - |
| XYZ | 28.51 | 15.04 | 4.09 | - |
| YUV | 81.67 | 108.44 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 47 | 0 | 0.90 | 0.78 | 0.16 | 351.92 | 0.82 | 0.46 |
| Hex | D6 | 15 | 2F | 0 | 5A | 4E | 10 | 160 | 52 | 2E |
| Octal | 326 | 25 | 57 | 0 | 132 | 116 | 20 | 540 | 122 | 56 |
| Binary | 11010110 | 10101 | 101111 | 0 | 1011010 | 1001110 | 10000 | 101100000 | 1010010 | 101110 |
Color Harmonies of #D6152F
Complementary color
Monochromatic Colors of #D6152F
Black with #D6152F
Text Example
Text Example
White with #D6152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6152F; }
p { color: rgb(214,21,47); }
H1.HeaderClassName
{
color: #D6152F;
}
.AnyTagClassName
{
color: #D6152F;
}
</style>
background-color css
<style>
a { background-color: #D6152F; }
a { background-color: rgb(214,21,47); }
div.DivClassName
{
background-color: #D6152F;
}
.BgClassName
{
background-color: #D6152F;
}
</style>
border-color css
<style>
span { border-color: #D6152F; }
span { border-color: rgb(214,21,47); }
td.TdClassName
{
border-color: #D6152F;
}
.TagClassName
{
border-color: #D6152F;
}
</style>