Shades of Crimson #DB144B
Tints of Crimson #DB144B
RGB
CMYK
RGB Variations
Color information
#DB144B (or 0xDB144B) is known color: Crimson. HEX triplet: DB, 14 and 4B. RGB value is (219,20,75). Sum of RGB (Red+Green+Blue) = 219+20+75=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB144B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB144B is #24EBB4. Grayscale: #555555. Windows color (decimal): -2419637 or 4920539. OLE color: 4920539.
HSL color Cylindrical-coordinate representation of color #DB144B: hue angle of 343.42º 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 #DB144B is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 75 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.14 |
| HSL | 343.42º | 0.83% | 0.47% | - |
| HSV(B) | 343.42º | 0.91% | 0.86% | - |
| XYZ | 30.73 | 16.07 | 8.14 | - |
| YUV | 85.77 | 121.93 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 75 | 0 | 0.91 | 0.66 | 0.14 | 343.42 | 0.83 | 0.47 |
| Hex | DB | 14 | 4B | 0 | 5B | 42 | E | 157 | 53 | 2F |
| Octal | 333 | 24 | 113 | 0 | 133 | 102 | 16 | 527 | 123 | 57 |
| Binary | 11011011 | 10100 | 1001011 | 0 | 1011011 | 1000010 | 1110 | 101010111 | 1010011 | 101111 |
Color Harmonies of #DB144B
Complementary color
Monochromatic Colors of #DB144B
Black with #DB144B
Text Example
Text Example
White with #DB144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB144B; }
p { color: rgb(219,20,75); }
H1.HeaderClassName
{
color: #DB144B;
}
.AnyTagClassName
{
color: #DB144B;
}
</style>
background-color css
<style>
a { background-color: #DB144B; }
a { background-color: rgb(219,20,75); }
div.DivClassName
{
background-color: #DB144B;
}
.BgClassName
{
background-color: #DB144B;
}
</style>
border-color css
<style>
span { border-color: #DB144B; }
span { border-color: rgb(219,20,75); }
td.TdClassName
{
border-color: #DB144B;
}
.TagClassName
{
border-color: #DB144B;
}
</style>