Shades of Crimson #D9154A
Tints of Crimson #D9154A
RGB
CMYK
RGB Variations
Color information
#D9154A (or 0xD9154A) is known color: Crimson. HEX triplet: D9, 15 and 4A. RGB value is (217,21,74). Sum of RGB (Red+Green+Blue) = 217+21+74=312 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.55% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 217 - color contains mainly: red. Hex color #D9154A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9154A is #26EAB5. Grayscale: #555555. Windows color (decimal): -2550454 or 4855257. OLE color: 4855257.
HSL color Cylindrical-coordinate representation of color #D9154A: hue angle of 343.78º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D9154A is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 21 | 74 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.15 |
| HSL | 343.78º | 0.82% | 0.47% | - |
| HSV(B) | 343.78º | 0.9% | 0.85% | - |
| XYZ | 30.12 | 15.78 | 7.94 | - |
| YUV | 85.65 | 121.43 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 74 | 0 | 0.90 | 0.66 | 0.15 | 343.78 | 0.82 | 0.47 |
| Hex | D9 | 15 | 4A | 0 | 5A | 42 | F | 158 | 52 | 2F |
| Octal | 331 | 25 | 112 | 0 | 132 | 102 | 17 | 530 | 122 | 57 |
| Binary | 11011001 | 10101 | 1001010 | 0 | 1011010 | 1000010 | 1111 | 101011000 | 1010010 | 101111 |
Color Harmonies of #D9154A
Complementary color
Monochromatic Colors of #D9154A
Black with #D9154A
Text Example
Text Example
White with #D9154A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9154A; }
p { color: rgb(217,21,74); }
H1.HeaderClassName
{
color: #D9154A;
}
.AnyTagClassName
{
color: #D9154A;
}
</style>
background-color css
<style>
a { background-color: #D9154A; }
a { background-color: rgb(217,21,74); }
div.DivClassName
{
background-color: #D9154A;
}
.BgClassName
{
background-color: #D9154A;
}
</style>
border-color css
<style>
span { border-color: #D9154A; }
span { border-color: rgb(217,21,74); }
td.TdClassName
{
border-color: #D9154A;
}
.TagClassName
{
border-color: #D9154A;
}
</style>