Shades of Crimson #D8154C
Tints of Crimson #D8154C
RGB
CMYK
RGB Variations
Color information
#D8154C (or 0xD8154C) is known color: Crimson. HEX triplet: D8, 15 and 4C. RGB value is (216,21,76). Sum of RGB (Red+Green+Blue) = 216+21+76=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D8154C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8154C is #27EAB3. Grayscale: #555555. Windows color (decimal): -2615988 or 4986328. OLE color: 4986328.
HSL color Cylindrical-coordinate representation of color #D8154C: hue angle of 343.08º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8154C is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 76 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.15 |
| HSL | 343.08º | 0.82% | 0.46% | - |
| HSV(B) | 343.08º | 0.9% | 0.85% | - |
| XYZ | 29.89 | 15.66 | 8.28 | - |
| YUV | 85.58 | 122.6 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 76 | 0 | 0.90 | 0.65 | 0.15 | 343.08 | 0.82 | 0.46 |
| Hex | D8 | 15 | 4C | 0 | 5A | 41 | F | 157 | 52 | 2E |
| Octal | 330 | 25 | 114 | 0 | 132 | 101 | 17 | 527 | 122 | 56 |
| Binary | 11011000 | 10101 | 1001100 | 0 | 1011010 | 1000001 | 1111 | 101010111 | 1010010 | 101110 |
Color Harmonies of #D8154C
Complementary color
Monochromatic Colors of #D8154C
Black with #D8154C
Text Example
Text Example
White with #D8154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8154C; }
p { color: rgb(216,21,76); }
H1.HeaderClassName
{
color: #D8154C;
}
.AnyTagClassName
{
color: #D8154C;
}
</style>
background-color css
<style>
a { background-color: #D8154C; }
a { background-color: rgb(216,21,76); }
div.DivClassName
{
background-color: #D8154C;
}
.BgClassName
{
background-color: #D8154C;
}
</style>
border-color css
<style>
span { border-color: #D8154C; }
span { border-color: rgb(216,21,76); }
td.TdClassName
{
border-color: #D8154C;
}
.TagClassName
{
border-color: #D8154C;
}
</style>