Shades of Crimson #DB0339
Tints of Crimson #DB0339
RGB
CMYK
RGB Variations
Color information
#DB0339 (or 0xDB0339) is known color: Crimson. HEX triplet: DB, 03 and 39. RGB value is (219,3,57). Sum of RGB (Red+Green+Blue) = 219+3+57=279 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.49% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0339 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0339 is #24FCC6. Grayscale: #494949. Windows color (decimal): -2424007 or 3736539. OLE color: 3736539.
HSL color Cylindrical-coordinate representation of color #DB0339: hue angle of 345º 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 #DB0339 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 57 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.14 |
| HSL | 345º | 0.97% | 0.44% | - |
| HSV(B) | 345º | 0.99% | 0.86% | - |
| XYZ | 29.98 | 15.42 | 5.27 | - |
| YUV | 73.74 | 118.56 | 231.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 57 | 0 | 0.99 | 0.74 | 0.14 | 345 | 0.97 | 0.44 |
| Hex | DB | 3 | 39 | 0 | 63 | 4A | E | 159 | 61 | 2C |
| Octal | 333 | 3 | 71 | 0 | 143 | 112 | 16 | 531 | 141 | 54 |
| Binary | 11011011 | 11 | 111001 | 0 | 1100011 | 1001010 | 1110 | 101011001 | 1100001 | 101100 |
Color Harmonies of #DB0339
Complementary color
Monochromatic Colors of #DB0339
Black with #DB0339
Text Example
Text Example
White with #DB0339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0339; }
p { color: rgb(219,3,57); }
H1.HeaderClassName
{
color: #DB0339;
}
.AnyTagClassName
{
color: #DB0339;
}
</style>
background-color css
<style>
a { background-color: #DB0339; }
a { background-color: rgb(219,3,57); }
div.DivClassName
{
background-color: #DB0339;
}
.BgClassName
{
background-color: #DB0339;
}
</style>
border-color css
<style>
span { border-color: #DB0339; }
span { border-color: rgb(219,3,57); }
td.TdClassName
{
border-color: #DB0339;
}
.TagClassName
{
border-color: #DB0339;
}
</style>