Shades of Crimson #DB033F
Tints of Crimson #DB033F
RGB
CMYK
RGB Variations
Color information
#DB033F (or 0xDB033F) is known color: Crimson. HEX triplet: DB, 03 and 3F. RGB value is (219,3,63). Sum of RGB (Red+Green+Blue) = 219+3+63=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB033F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB033F is #24FCC0. Grayscale: #4A4A4A. Windows color (decimal): -2424001 or 4129755. OLE color: 4129755.
HSL color Cylindrical-coordinate representation of color #DB033F: hue angle of 343.33º 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 #DB033F is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 63 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.14 |
| HSL | 343.33º | 0.97% | 0.44% | - |
| HSV(B) | 343.33º | 0.99% | 0.86% | - |
| XYZ | 30.14 | 15.48 | 6.1 | - |
| YUV | 74.42 | 121.56 | 231.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 63 | 0 | 0.99 | 0.71 | 0.14 | 343.33 | 0.97 | 0.44 |
| Hex | DB | 3 | 3F | 0 | 63 | 47 | E | 157 | 61 | 2C |
| Octal | 333 | 3 | 77 | 0 | 143 | 107 | 16 | 527 | 141 | 54 |
| Binary | 11011011 | 11 | 111111 | 0 | 1100011 | 1000111 | 1110 | 101010111 | 1100001 | 101100 |
Color Harmonies of #DB033F
Complementary color
Monochromatic Colors of #DB033F
Black with #DB033F
Text Example
Text Example
White with #DB033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB033F; }
p { color: rgb(219,3,63); }
H1.HeaderClassName
{
color: #DB033F;
}
.AnyTagClassName
{
color: #DB033F;
}
</style>
background-color css
<style>
a { background-color: #DB033F; }
a { background-color: rgb(219,3,63); }
div.DivClassName
{
background-color: #DB033F;
}
.BgClassName
{
background-color: #DB033F;
}
</style>
border-color css
<style>
span { border-color: #DB033F; }
span { border-color: rgb(219,3,63); }
td.TdClassName
{
border-color: #DB033F;
}
.TagClassName
{
border-color: #DB033F;
}
</style>