Shades of Crimson #DB033A
Tints of Crimson #DB033A
RGB
CMYK
RGB Variations
Color information
#DB033A (or 0xDB033A) is known color: Crimson. HEX triplet: DB, 03 and 3A. RGB value is (219,3,58). Sum of RGB (Red+Green+Blue) = 219+3+58=280 (37% of max value = 765). Red value is 219 (85.94% from 255 or 78.21% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 219 - color contains mainly: red. Hex color #DB033A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB033A is #24FCC5. Grayscale: #494949. Windows color (decimal): -2424006 or 3802075. OLE color: 3802075.
HSL color Cylindrical-coordinate representation of color #DB033A: hue angle of 344.72º 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 #DB033A is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 58 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.14 |
| HSL | 344.72º | 0.97% | 0.44% | - |
| HSV(B) | 344.72º | 0.99% | 0.86% | - |
| XYZ | 30.01 | 15.43 | 5.4 | - |
| YUV | 73.85 | 119.06 | 231.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 58 | 0 | 0.99 | 0.74 | 0.14 | 344.72 | 0.97 | 0.44 |
| Hex | DB | 3 | 3A | 0 | 63 | 4A | E | 159 | 61 | 2C |
| Octal | 333 | 3 | 72 | 0 | 143 | 112 | 16 | 531 | 141 | 54 |
| Binary | 11011011 | 11 | 111010 | 0 | 1100011 | 1001010 | 1110 | 101011001 | 1100001 | 101100 |
Color Harmonies of #DB033A
Complementary color
Monochromatic Colors of #DB033A
Black with #DB033A
Text Example
Text Example
White with #DB033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB033A; }
p { color: rgb(219,3,58); }
H1.HeaderClassName
{
color: #DB033A;
}
.AnyTagClassName
{
color: #DB033A;
}
</style>
background-color css
<style>
a { background-color: #DB033A; }
a { background-color: rgb(219,3,58); }
div.DivClassName
{
background-color: #DB033A;
}
.BgClassName
{
background-color: #DB033A;
}
</style>
border-color css
<style>
span { border-color: #DB033A; }
span { border-color: rgb(219,3,58); }
td.TdClassName
{
border-color: #DB033A;
}
.TagClassName
{
border-color: #DB033A;
}
</style>