Shades of Crimson #DB142F
Tints of Crimson #DB142F
RGB
CMYK
RGB Variations
Color information
#DB142F (or 0xDB142F) is known color: Crimson. HEX triplet: DB, 14 and 2F. RGB value is (219,20,47). Sum of RGB (Red+Green+Blue) = 219+20+47=286 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.57% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 219 - color contains mainly: red. Hex color #DB142F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB142F is #24EBD0. Grayscale: #525252. Windows color (decimal): -2419665 or 3085531. OLE color: 3085531.
HSL color Cylindrical-coordinate representation of color #DB142F: hue angle of 351.86º 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 #DB142F is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 47 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.14 |
| HSL | 351.86º | 0.83% | 0.47% | - |
| HSV(B) | 351.86º | 0.91% | 0.86% | - |
| XYZ | 29.98 | 15.77 | 4.15 | - |
| YUV | 82.58 | 107.93 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 47 | 0 | 0.91 | 0.79 | 0.14 | 351.86 | 0.83 | 0.47 |
| Hex | DB | 14 | 2F | 0 | 5B | 4F | E | 160 | 53 | 2F |
| Octal | 333 | 24 | 57 | 0 | 133 | 117 | 16 | 540 | 123 | 57 |
| Binary | 11011011 | 10100 | 101111 | 0 | 1011011 | 1001111 | 1110 | 101100000 | 1010011 | 101111 |
Color Harmonies of #DB142F
Complementary color
Monochromatic Colors of #DB142F
Black with #DB142F
Text Example
Text Example
White with #DB142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB142F; }
p { color: rgb(219,20,47); }
H1.HeaderClassName
{
color: #DB142F;
}
.AnyTagClassName
{
color: #DB142F;
}
</style>
background-color css
<style>
a { background-color: #DB142F; }
a { background-color: rgb(219,20,47); }
div.DivClassName
{
background-color: #DB142F;
}
.BgClassName
{
background-color: #DB142F;
}
</style>
border-color css
<style>
span { border-color: #DB142F; }
span { border-color: rgb(219,20,47); }
td.TdClassName
{
border-color: #DB142F;
}
.TagClassName
{
border-color: #DB142F;
}
</style>