Shades of Crimson #DB183A
Tints of Crimson #DB183A
RGB
CMYK
RGB Variations
Color information
#DB183A (or 0xDB183A) is known color: Crimson. HEX triplet: DB, 18 and 3A. RGB value is (219,24,58). Sum of RGB (Red+Green+Blue) = 219+24+58=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB183A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB183A is #24E7C5. Grayscale: #565656. Windows color (decimal): -2418630 or 3807451. OLE color: 3807451.
HSL color Cylindrical-coordinate representation of color #DB183A: hue angle of 349.54º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB183A is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 58 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.14 |
| HSL | 349.54º | 0.8% | 0.48% | - |
| HSV(B) | 349.54º | 0.89% | 0.86% | - |
| XYZ | 30.3 | 16.02 | 5.5 | - |
| YUV | 86.18 | 112.1 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 58 | 0 | 0.89 | 0.74 | 0.14 | 349.54 | 0.8 | 0.48 |
| Hex | DB | 18 | 3A | 0 | 59 | 4A | E | 15E | 50 | 30 |
| Octal | 333 | 30 | 72 | 0 | 131 | 112 | 16 | 536 | 120 | 60 |
| Binary | 11011011 | 11000 | 111010 | 0 | 1011001 | 1001010 | 1110 | 101011110 | 1010000 | 110000 |
Color Harmonies of #DB183A
Complementary color
Monochromatic Colors of #DB183A
Black with #DB183A
Text Example
Text Example
White with #DB183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB183A; }
p { color: rgb(219,24,58); }
H1.HeaderClassName
{
color: #DB183A;
}
.AnyTagClassName
{
color: #DB183A;
}
</style>
background-color css
<style>
a { background-color: #DB183A; }
a { background-color: rgb(219,24,58); }
div.DivClassName
{
background-color: #DB183A;
}
.BgClassName
{
background-color: #DB183A;
}
</style>
border-color css
<style>
span { border-color: #DB183A; }
span { border-color: rgb(219,24,58); }
td.TdClassName
{
border-color: #DB183A;
}
.TagClassName
{
border-color: #DB183A;
}
</style>