Shades of Crimson #DB003E
Tints of Crimson #DB003E
RGB
CMYK
RGB Variations
Color information
#DB003E (or 0xDB003E) is known color: Crimson. HEX triplet: DB, 00 and 3E. RGB value is (219,0,62). Sum of RGB (Red+Green+Blue) = 219+0+62=281 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.94% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 62 (24.61% from 255 or 22.06% from 281); Max value from RGB is 219 - color contains mainly: red. Hex color #DB003E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB003E is #24FFC1. Grayscale: #484848. Windows color (decimal): -2424770 or 4063451. OLE color: 4063451.
HSL color Cylindrical-coordinate representation of color #DB003E: hue angle of 343.01º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB003E is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.72 | 0.14 |
| HSL | 343.01º | 1% | 0.43% | - |
| HSV(B) | 343.01º | 1% | 0.86% | - |
| XYZ | 30.08 | 15.41 | 5.95 | - |
| YUV | 72.55 | 122.05 | 232.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 62 | 0 | 1 | 0.72 | 0.14 | 343.01 | 1 | 0.43 |
| Hex | DB | 0 | 3E | 0 | 64 | 48 | E | 157 | 64 | 2B |
| Octal | 333 | 0 | 76 | 0 | 144 | 110 | 16 | 527 | 144 | 53 |
| Binary | 11011011 | 0 | 111110 | 0 | 1100100 | 1001000 | 1110 | 101010111 | 1100100 | 101011 |
Color Harmonies of #DB003E
Complementary color
Monochromatic Colors of #DB003E
Black with #DB003E
Text Example
Text Example
White with #DB003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB003E; }
p { color: rgb(219,0,62); }
H1.HeaderClassName
{
color: #DB003E;
}
.AnyTagClassName
{
color: #DB003E;
}
</style>
background-color css
<style>
a { background-color: #DB003E; }
a { background-color: rgb(219,0,62); }
div.DivClassName
{
background-color: #DB003E;
}
.BgClassName
{
background-color: #DB003E;
}
</style>
border-color css
<style>
span { border-color: #DB003E; }
span { border-color: rgb(219,0,62); }
td.TdClassName
{
border-color: #DB003E;
}
.TagClassName
{
border-color: #DB003E;
}
</style>