Shades of Crimson #D6154D
Tints of Crimson #D6154D
RGB
CMYK
RGB Variations
Color information
#D6154D (or 0xD6154D) is known color: Crimson. HEX triplet: D6, 15 and 4D. RGB value is (214,21,77). Sum of RGB (Red+Green+Blue) = 214+21+77=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D6154D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6154D is #29EAB2. Grayscale: #555555. Windows color (decimal): -2747059 or 5051862. OLE color: 5051862.
HSL color Cylindrical-coordinate representation of color #D6154D: hue angle of 342.59º 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 #D6154D is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 21 | 77 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.16 |
| HSL | 342.59º | 0.82% | 0.46% | - |
| HSV(B) | 342.59º | 0.9% | 0.84% | - |
| XYZ | 29.34 | 15.37 | 8.44 | - |
| YUV | 85.09 | 123.44 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 77 | 0 | 0.90 | 0.64 | 0.16 | 342.59 | 0.82 | 0.46 |
| Hex | D6 | 15 | 4D | 0 | 5A | 40 | 10 | 157 | 52 | 2E |
| Octal | 326 | 25 | 115 | 0 | 132 | 100 | 20 | 527 | 122 | 56 |
| Binary | 11010110 | 10101 | 1001101 | 0 | 1011010 | 1000000 | 10000 | 101010111 | 1010010 | 101110 |
Color Harmonies of #D6154D
Complementary color
Monochromatic Colors of #D6154D
Black with #D6154D
Text Example
Text Example
White with #D6154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6154D; }
p { color: rgb(214,21,77); }
H1.HeaderClassName
{
color: #D6154D;
}
.AnyTagClassName
{
color: #D6154D;
}
</style>
background-color css
<style>
a { background-color: #D6154D; }
a { background-color: rgb(214,21,77); }
div.DivClassName
{
background-color: #D6154D;
}
.BgClassName
{
background-color: #D6154D;
}
</style>
border-color css
<style>
span { border-color: #D6154D; }
span { border-color: rgb(214,21,77); }
td.TdClassName
{
border-color: #D6154D;
}
.TagClassName
{
border-color: #D6154D;
}
</style>