Shades of Crimson #DB0D31
Tints of Crimson #DB0D31
RGB
CMYK
RGB Variations
Color information
#DB0D31 (or 0xDB0D31) is known color: Crimson. HEX triplet: DB, 0D and 31. RGB value is (219,13,49). Sum of RGB (Red+Green+Blue) = 219+13+49=281 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.94% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0D31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0D31 is #24F2CE. Grayscale: #4E4E4E. Windows color (decimal): -2421455 or 3214811. OLE color: 3214811.
HSL color Cylindrical-coordinate representation of color #DB0D31: hue angle of 349.51º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0D31 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 13 | 49 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.14 |
| HSL | 349.51º | 0.89% | 0.45% | - |
| HSV(B) | 349.51º | 0.94% | 0.86% | - |
| XYZ | 29.91 | 15.57 | 4.33 | - |
| YUV | 78.7 | 111.25 | 228.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 49 | 0 | 0.94 | 0.78 | 0.14 | 349.51 | 0.89 | 0.45 |
| Hex | DB | D | 31 | 0 | 5E | 4E | E | 15E | 59 | 2D |
| Octal | 333 | 15 | 61 | 0 | 136 | 116 | 16 | 536 | 131 | 55 |
| Binary | 11011011 | 1101 | 110001 | 0 | 1011110 | 1001110 | 1110 | 101011110 | 1011001 | 101101 |
Color Harmonies of #DB0D31
Complementary color
Monochromatic Colors of #DB0D31
Black with #DB0D31
Text Example
Text Example
White with #DB0D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0D31; }
p { color: rgb(219,13,49); }
H1.HeaderClassName
{
color: #DB0D31;
}
.AnyTagClassName
{
color: #DB0D31;
}
</style>
background-color css
<style>
a { background-color: #DB0D31; }
a { background-color: rgb(219,13,49); }
div.DivClassName
{
background-color: #DB0D31;
}
.BgClassName
{
background-color: #DB0D31;
}
</style>
border-color css
<style>
span { border-color: #DB0D31; }
span { border-color: rgb(219,13,49); }
td.TdClassName
{
border-color: #DB0D31;
}
.TagClassName
{
border-color: #DB0D31;
}
</style>