Shades of Crimson #DB183B
Tints of Crimson #DB183B
RGB
CMYK
RGB Variations
Color information
#DB183B (or 0xDB183B) is known color: Crimson. HEX triplet: DB, 18 and 3B. RGB value is (219,24,59). Sum of RGB (Red+Green+Blue) = 219+24+59=302 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.52% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 219 - color contains mainly: red. Hex color #DB183B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB183B is #24E7C4. Grayscale: #565656. Windows color (decimal): -2418629 or 3872987. OLE color: 3872987.
HSL color Cylindrical-coordinate representation of color #DB183B: hue angle of 349.23º 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 #DB183B is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 59 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.14 |
| HSL | 349.23º | 0.8% | 0.48% | - |
| HSV(B) | 349.23º | 0.89% | 0.86% | - |
| XYZ | 30.33 | 16.03 | 5.63 | - |
| YUV | 86.3 | 112.6 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 59 | 0 | 0.89 | 0.73 | 0.14 | 349.23 | 0.8 | 0.48 |
| Hex | DB | 18 | 3B | 0 | 59 | 49 | E | 15D | 50 | 30 |
| Octal | 333 | 30 | 73 | 0 | 131 | 111 | 16 | 535 | 120 | 60 |
| Binary | 11011011 | 11000 | 111011 | 0 | 1011001 | 1001001 | 1110 | 101011101 | 1010000 | 110000 |
Color Harmonies of #DB183B
Complementary color
Monochromatic Colors of #DB183B
Black with #DB183B
Text Example
Text Example
White with #DB183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB183B; }
p { color: rgb(219,24,59); }
H1.HeaderClassName
{
color: #DB183B;
}
.AnyTagClassName
{
color: #DB183B;
}
</style>
background-color css
<style>
a { background-color: #DB183B; }
a { background-color: rgb(219,24,59); }
div.DivClassName
{
background-color: #DB183B;
}
.BgClassName
{
background-color: #DB183B;
}
</style>
border-color css
<style>
span { border-color: #DB183B; }
span { border-color: rgb(219,24,59); }
td.TdClassName
{
border-color: #DB183B;
}
.TagClassName
{
border-color: #DB183B;
}
</style>