Shades of Crimson #DB152C
Tints of Crimson #DB152C
RGB
CMYK
RGB Variations
Color information
#DB152C (or 0xDB152C) is known color: Crimson. HEX triplet: DB, 15 and 2C. RGB value is (219,21,44). Sum of RGB (Red+Green+Blue) = 219+21+44=284 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.11% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 219 - color contains mainly: red. Hex color #DB152C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB152C is #24EAD3. Grayscale: #525252. Windows color (decimal): -2419412 or 2889179. OLE color: 2889179.
HSL color Cylindrical-coordinate representation of color #DB152C: hue angle of 353.03º 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 #DB152C is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 44 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.14 |
| HSL | 353.03º | 0.83% | 0.47% | - |
| HSV(B) | 353.03º | 0.9% | 0.86% | - |
| XYZ | 29.94 | 15.78 | 3.85 | - |
| YUV | 82.82 | 106.1 | 225.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 44 | 0 | 0.90 | 0.80 | 0.14 | 353.03 | 0.83 | 0.47 |
| Hex | DB | 15 | 2C | 0 | 5A | 50 | E | 161 | 52 | 2F |
| Octal | 333 | 25 | 54 | 0 | 132 | 120 | 16 | 541 | 122 | 57 |
| Binary | 11011011 | 10101 | 101100 | 0 | 1011010 | 1010000 | 1110 | 101100001 | 1010010 | 101111 |
Color Harmonies of #DB152C
Complementary color
Monochromatic Colors of #DB152C
Black with #DB152C
Text Example
Text Example
White with #DB152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB152C; }
p { color: rgb(219,21,44); }
H1.HeaderClassName
{
color: #DB152C;
}
.AnyTagClassName
{
color: #DB152C;
}
</style>
background-color css
<style>
a { background-color: #DB152C; }
a { background-color: rgb(219,21,44); }
div.DivClassName
{
background-color: #DB152C;
}
.BgClassName
{
background-color: #DB152C;
}
</style>
border-color css
<style>
span { border-color: #DB152C; }
span { border-color: rgb(219,21,44); }
td.TdClassName
{
border-color: #DB152C;
}
.TagClassName
{
border-color: #DB152C;
}
</style>