Shades of Crimson #DB143A
Tints of Crimson #DB143A
RGB
CMYK
RGB Variations
Color information
#DB143A (or 0xDB143A) is known color: Crimson. HEX triplet: DB, 14 and 3A. RGB value is (219,20,58). Sum of RGB (Red+Green+Blue) = 219+20+58=297 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.74% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 219 - color contains mainly: red. Hex color #DB143A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB143A is #24EBC5. Grayscale: #535353. Windows color (decimal): -2419654 or 3806427. OLE color: 3806427.
HSL color Cylindrical-coordinate representation of color #DB143A: hue angle of 348.54º 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 #DB143A is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 58 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.14 |
| HSL | 348.54º | 0.83% | 0.47% | - |
| HSV(B) | 348.54º | 0.91% | 0.86% | - |
| XYZ | 30.23 | 15.87 | 5.47 | - |
| YUV | 83.83 | 113.43 | 224.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 58 | 0 | 0.91 | 0.74 | 0.14 | 348.54 | 0.83 | 0.47 |
| Hex | DB | 14 | 3A | 0 | 5B | 4A | E | 15D | 53 | 2F |
| Octal | 333 | 24 | 72 | 0 | 133 | 112 | 16 | 535 | 123 | 57 |
| Binary | 11011011 | 10100 | 111010 | 0 | 1011011 | 1001010 | 1110 | 101011101 | 1010011 | 101111 |
Color Harmonies of #DB143A
Complementary color
Monochromatic Colors of #DB143A
Black with #DB143A
Text Example
Text Example
White with #DB143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB143A; }
p { color: rgb(219,20,58); }
H1.HeaderClassName
{
color: #DB143A;
}
.AnyTagClassName
{
color: #DB143A;
}
</style>
background-color css
<style>
a { background-color: #DB143A; }
a { background-color: rgb(219,20,58); }
div.DivClassName
{
background-color: #DB143A;
}
.BgClassName
{
background-color: #DB143A;
}
</style>
border-color css
<style>
span { border-color: #DB143A; }
span { border-color: rgb(219,20,58); }
td.TdClassName
{
border-color: #DB143A;
}
.TagClassName
{
border-color: #DB143A;
}
</style>