Shades of Crimson #DB033E
Tints of Crimson #DB033E
RGB
CMYK
RGB Variations
Color information
#DB033E (or 0xDB033E) is known color: Crimson. HEX triplet: DB, 03 and 3E. RGB value is (219,3,62). Sum of RGB (Red+Green+Blue) = 219+3+62=284 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.11% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 219 - color contains mainly: red. Hex color #DB033E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB033E is #24FCC1. Grayscale: #4A4A4A. Windows color (decimal): -2424002 or 4064219. OLE color: 4064219.
HSL color Cylindrical-coordinate representation of color #DB033E: hue angle of 343.61º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB033E is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 62 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.14 |
| HSL | 343.61º | 0.97% | 0.44% | - |
| HSV(B) | 343.61º | 0.99% | 0.86% | - |
| XYZ | 30.12 | 15.47 | 5.96 | - |
| YUV | 74.31 | 121.06 | 231.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 62 | 0 | 0.99 | 0.72 | 0.14 | 343.61 | 0.97 | 0.44 |
| Hex | DB | 3 | 3E | 0 | 63 | 48 | E | 158 | 61 | 2C |
| Octal | 333 | 3 | 76 | 0 | 143 | 110 | 16 | 530 | 141 | 54 |
| Binary | 11011011 | 11 | 111110 | 0 | 1100011 | 1001000 | 1110 | 101011000 | 1100001 | 101100 |
Color Harmonies of #DB033E
Complementary color
Monochromatic Colors of #DB033E
Black with #DB033E
Text Example
Text Example
White with #DB033E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB033E; }
p { color: rgb(219,3,62); }
H1.HeaderClassName
{
color: #DB033E;
}
.AnyTagClassName
{
color: #DB033E;
}
</style>
background-color css
<style>
a { background-color: #DB033E; }
a { background-color: rgb(219,3,62); }
div.DivClassName
{
background-color: #DB033E;
}
.BgClassName
{
background-color: #DB033E;
}
</style>
border-color css
<style>
span { border-color: #DB033E; }
span { border-color: rgb(219,3,62); }
td.TdClassName
{
border-color: #DB033E;
}
.TagClassName
{
border-color: #DB033E;
}
</style>