Shades of Crimson #DB152E
Tints of Crimson #DB152E
RGB
CMYK
RGB Variations
Color information
#DB152E (or 0xDB152E) is known color: Crimson. HEX triplet: DB, 15 and 2E. RGB value is (219,21,46). Sum of RGB (Red+Green+Blue) = 219+21+46=286 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.57% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 219 - color contains mainly: red. Hex color #DB152E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB152E is #24EAD1. Grayscale: #535353. Windows color (decimal): -2419410 or 3020251. OLE color: 3020251.
HSL color Cylindrical-coordinate representation of color #DB152E: hue angle of 352.42º 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 #DB152E is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 46 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.14 |
| HSL | 352.42º | 0.83% | 0.47% | - |
| HSV(B) | 352.42º | 0.9% | 0.86% | - |
| XYZ | 29.97 | 15.79 | 4.05 | - |
| YUV | 83.05 | 107.1 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 46 | 0 | 0.90 | 0.79 | 0.14 | 352.42 | 0.83 | 0.47 |
| Hex | DB | 15 | 2E | 0 | 5A | 4F | E | 160 | 52 | 2F |
| Octal | 333 | 25 | 56 | 0 | 132 | 117 | 16 | 540 | 122 | 57 |
| Binary | 11011011 | 10101 | 101110 | 0 | 1011010 | 1001111 | 1110 | 101100000 | 1010010 | 101111 |
Color Harmonies of #DB152E
Complementary color
Monochromatic Colors of #DB152E
Black with #DB152E
Text Example
Text Example
White with #DB152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB152E; }
p { color: rgb(219,21,46); }
H1.HeaderClassName
{
color: #DB152E;
}
.AnyTagClassName
{
color: #DB152E;
}
</style>
background-color css
<style>
a { background-color: #DB152E; }
a { background-color: rgb(219,21,46); }
div.DivClassName
{
background-color: #DB152E;
}
.BgClassName
{
background-color: #DB152E;
}
</style>
border-color css
<style>
span { border-color: #DB152E; }
span { border-color: rgb(219,21,46); }
td.TdClassName
{
border-color: #DB152E;
}
.TagClassName
{
border-color: #DB152E;
}
</style>