Shades of Crimson #D9144C
Tints of Crimson #D9144C
RGB
CMYK
RGB Variations
Color information
#D9144C (or 0xD9144C) is known color: Crimson. HEX triplet: D9, 14 and 4C. RGB value is (217,20,76). Sum of RGB (Red+Green+Blue) = 217+20+76=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D9144C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9144C is #26EBB3. Grayscale: #555555. Windows color (decimal): -2550708 or 4986073. OLE color: 4986073.
HSL color Cylindrical-coordinate representation of color #D9144C: hue angle of 342.94º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D9144C is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 76 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.15 |
| HSL | 342.94º | 0.83% | 0.46% | - |
| HSV(B) | 342.94º | 0.91% | 0.85% | - |
| XYZ | 30.17 | 15.77 | 8.29 | - |
| YUV | 85.29 | 122.77 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 76 | 0 | 0.91 | 0.65 | 0.15 | 342.94 | 0.83 | 0.46 |
| Hex | D9 | 14 | 4C | 0 | 5B | 41 | F | 157 | 53 | 2E |
| Octal | 331 | 24 | 114 | 0 | 133 | 101 | 17 | 527 | 123 | 56 |
| Binary | 11011001 | 10100 | 1001100 | 0 | 1011011 | 1000001 | 1111 | 101010111 | 1010011 | 101110 |
Color Harmonies of #D9144C
Complementary color
Monochromatic Colors of #D9144C
Black with #D9144C
Text Example
Text Example
White with #D9144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9144C; }
p { color: rgb(217,20,76); }
H1.HeaderClassName
{
color: #D9144C;
}
.AnyTagClassName
{
color: #D9144C;
}
</style>
background-color css
<style>
a { background-color: #D9144C; }
a { background-color: rgb(217,20,76); }
div.DivClassName
{
background-color: #D9144C;
}
.BgClassName
{
background-color: #D9144C;
}
</style>
border-color css
<style>
span { border-color: #D9144C; }
span { border-color: rgb(217,20,76); }
td.TdClassName
{
border-color: #D9144C;
}
.TagClassName
{
border-color: #D9144C;
}
</style>