Shades of Crimson #DB144C
Tints of Crimson #DB144C
RGB
CMYK
RGB Variations
Color information
#DB144C (or 0xDB144C) is known color: Crimson. HEX triplet: DB, 14 and 4C. RGB value is (219,20,76). Sum of RGB (Red+Green+Blue) = 219+20+76=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB144C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB144C is #24EBB3. Grayscale: #555555. Windows color (decimal): -2419636 or 4986075. OLE color: 4986075.
HSL color Cylindrical-coordinate representation of color #DB144C: hue angle of 343.12º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB144C is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 76 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.14 |
| HSL | 343.12º | 0.83% | 0.47% | - |
| HSV(B) | 343.12º | 0.91% | 0.86% | - |
| XYZ | 30.77 | 16.08 | 8.32 | - |
| YUV | 85.89 | 122.43 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 76 | 0 | 0.91 | 0.65 | 0.14 | 343.12 | 0.83 | 0.47 |
| Hex | DB | 14 | 4C | 0 | 5B | 41 | E | 157 | 53 | 2F |
| Octal | 333 | 24 | 114 | 0 | 133 | 101 | 16 | 527 | 123 | 57 |
| Binary | 11011011 | 10100 | 1001100 | 0 | 1011011 | 1000001 | 1110 | 101010111 | 1010011 | 101111 |
Color Harmonies of #DB144C
Complementary color
Monochromatic Colors of #DB144C
Black with #DB144C
Text Example
Text Example
White with #DB144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB144C; }
p { color: rgb(219,20,76); }
H1.HeaderClassName
{
color: #DB144C;
}
.AnyTagClassName
{
color: #DB144C;
}
</style>
background-color css
<style>
a { background-color: #DB144C; }
a { background-color: rgb(219,20,76); }
div.DivClassName
{
background-color: #DB144C;
}
.BgClassName
{
background-color: #DB144C;
}
</style>
border-color css
<style>
span { border-color: #DB144C; }
span { border-color: rgb(219,20,76); }
td.TdClassName
{
border-color: #DB144C;
}
.TagClassName
{
border-color: #DB144C;
}
</style>