Shades of Crimson #DB003B
Tints of Crimson #DB003B
RGB
CMYK
RGB Variations
Color information
#DB003B (or 0xDB003B) is known color: Crimson. HEX triplet: DB, 00 and 3B. RGB value is (219,0,59). Sum of RGB (Red+Green+Blue) = 219+0+59=278 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.78% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 219 - color contains mainly: red. Hex color #DB003B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB003B is #24FFC4. Grayscale: #484848. Windows color (decimal): -2424773 or 3866843. OLE color: 3866843.
HSL color Cylindrical-coordinate representation of color #DB003B: hue angle of 343.84º 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 #DB003B is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.73 | 0.14 |
| HSL | 343.84º | 1% | 0.43% | - |
| HSV(B) | 343.84º | 1% | 0.86% | - |
| XYZ | 30 | 15.38 | 5.52 | - |
| YUV | 72.21 | 120.55 | 232.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 59 | 0 | 1 | 0.73 | 0.14 | 343.84 | 1 | 0.43 |
| Hex | DB | 0 | 3B | 0 | 64 | 49 | E | 158 | 64 | 2B |
| Octal | 333 | 0 | 73 | 0 | 144 | 111 | 16 | 530 | 144 | 53 |
| Binary | 11011011 | 0 | 111011 | 0 | 1100100 | 1001001 | 1110 | 101011000 | 1100100 | 101011 |
Color Harmonies of #DB003B
Complementary color
Monochromatic Colors of #DB003B
Black with #DB003B
Text Example
Text Example
White with #DB003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB003B; }
p { color: rgb(219,0,59); }
H1.HeaderClassName
{
color: #DB003B;
}
.AnyTagClassName
{
color: #DB003B;
}
</style>
background-color css
<style>
a { background-color: #DB003B; }
a { background-color: rgb(219,0,59); }
div.DivClassName
{
background-color: #DB003B;
}
.BgClassName
{
background-color: #DB003B;
}
</style>
border-color css
<style>
span { border-color: #DB003B; }
span { border-color: rgb(219,0,59); }
td.TdClassName
{
border-color: #DB003B;
}
.TagClassName
{
border-color: #DB003B;
}
</style>