Shades of Crimson #DB153E
Tints of Crimson #DB153E
RGB
CMYK
RGB Variations
Color information
#DB153E (or 0xDB153E) is known color: Crimson. HEX triplet: DB, 15 and 3E. RGB value is (219,21,62). Sum of RGB (Red+Green+Blue) = 219+21+62=302 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.52% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 219 - color contains mainly: red. Hex color #DB153E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB153E is #24EAC1. Grayscale: #545454. Windows color (decimal): -2419394 or 4068827. OLE color: 4068827.
HSL color Cylindrical-coordinate representation of color #DB153E: hue angle of 347.58º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB153E is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 62 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.14 |
| HSL | 347.58º | 0.83% | 0.47% | - |
| HSV(B) | 347.58º | 0.9% | 0.86% | - |
| XYZ | 30.35 | 15.94 | 6.04 | - |
| YUV | 84.88 | 115.1 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 62 | 0 | 0.90 | 0.72 | 0.14 | 347.58 | 0.83 | 0.47 |
| Hex | DB | 15 | 3E | 0 | 5A | 48 | E | 15C | 52 | 2F |
| Octal | 333 | 25 | 76 | 0 | 132 | 110 | 16 | 534 | 122 | 57 |
| Binary | 11011011 | 10101 | 111110 | 0 | 1011010 | 1001000 | 1110 | 101011100 | 1010010 | 101111 |
Color Harmonies of #DB153E
Complementary color
Monochromatic Colors of #DB153E
Black with #DB153E
Text Example
Text Example
White with #DB153E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB153E; }
p { color: rgb(219,21,62); }
H1.HeaderClassName
{
color: #DB153E;
}
.AnyTagClassName
{
color: #DB153E;
}
</style>
background-color css
<style>
a { background-color: #DB153E; }
a { background-color: rgb(219,21,62); }
div.DivClassName
{
background-color: #DB153E;
}
.BgClassName
{
background-color: #DB153E;
}
</style>
border-color css
<style>
span { border-color: #DB153E; }
span { border-color: rgb(219,21,62); }
td.TdClassName
{
border-color: #DB153E;
}
.TagClassName
{
border-color: #DB153E;
}
</style>