Shades of Crimson #DB0240
Tints of Crimson #DB0240
RGB
CMYK
RGB Variations
Color information
#DB0240 (or 0xDB0240) is known color: Crimson. HEX triplet: DB, 02 and 40. RGB value is (219,2,64). Sum of RGB (Red+Green+Blue) = 219+2+64=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0240 is #24FDBF. Grayscale: #494949. Windows color (decimal): -2424256 or 4195035. OLE color: 4195035.
HSL color Cylindrical-coordinate representation of color #DB0240: hue angle of 342.86º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0240 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 64 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.14 |
| HSL | 342.86º | 0.98% | 0.43% | - |
| HSV(B) | 342.86º | 0.99% | 0.86% | - |
| XYZ | 30.16 | 15.47 | 6.25 | - |
| YUV | 73.95 | 122.39 | 231.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 64 | 0 | 0.99 | 0.71 | 0.14 | 342.86 | 0.98 | 0.43 |
| Hex | DB | 2 | 40 | 0 | 63 | 47 | E | 157 | 62 | 2B |
| Octal | 333 | 2 | 100 | 0 | 143 | 107 | 16 | 527 | 142 | 53 |
| Binary | 11011011 | 10 | 1000000 | 0 | 1100011 | 1000111 | 1110 | 101010111 | 1100010 | 101011 |
Color Harmonies of #DB0240
Complementary color
Monochromatic Colors of #DB0240
Black with #DB0240
Text Example
Text Example
White with #DB0240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0240; }
p { color: rgb(219,2,64); }
H1.HeaderClassName
{
color: #DB0240;
}
.AnyTagClassName
{
color: #DB0240;
}
</style>
background-color css
<style>
a { background-color: #DB0240; }
a { background-color: rgb(219,2,64); }
div.DivClassName
{
background-color: #DB0240;
}
.BgClassName
{
background-color: #DB0240;
}
</style>
border-color css
<style>
span { border-color: #DB0240; }
span { border-color: rgb(219,2,64); }
td.TdClassName
{
border-color: #DB0240;
}
.TagClassName
{
border-color: #DB0240;
}
</style>