Shades of Crimson #DB0239
Tints of Crimson #DB0239
RGB
CMYK
RGB Variations
Color information
#DB0239 (or 0xDB0239) is known color: Crimson. HEX triplet: DB, 02 and 39. RGB value is (219,2,57). Sum of RGB (Red+Green+Blue) = 219+2+57=278 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.78% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 57 (22.66% from 255 or 20.50% from 278); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0239 is #24FDC6. Grayscale: #494949. Windows color (decimal): -2424263 or 3736283. OLE color: 3736283.
HSL color Cylindrical-coordinate representation of color #DB0239: hue angle of 344.79º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0239 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 57 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.14 |
| HSL | 344.79º | 0.98% | 0.43% | - |
| HSV(B) | 344.79º | 0.99% | 0.86% | - |
| XYZ | 29.97 | 15.4 | 5.26 | - |
| YUV | 73.15 | 118.89 | 232.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 57 | 0 | 0.99 | 0.74 | 0.14 | 344.79 | 0.98 | 0.43 |
| Hex | DB | 2 | 39 | 0 | 63 | 4A | E | 159 | 62 | 2B |
| Octal | 333 | 2 | 71 | 0 | 143 | 112 | 16 | 531 | 142 | 53 |
| Binary | 11011011 | 10 | 111001 | 0 | 1100011 | 1001010 | 1110 | 101011001 | 1100010 | 101011 |
Color Harmonies of #DB0239
Complementary color
Monochromatic Colors of #DB0239
Black with #DB0239
Text Example
Text Example
White with #DB0239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0239; }
p { color: rgb(219,2,57); }
H1.HeaderClassName
{
color: #DB0239;
}
.AnyTagClassName
{
color: #DB0239;
}
</style>
background-color css
<style>
a { background-color: #DB0239; }
a { background-color: rgb(219,2,57); }
div.DivClassName
{
background-color: #DB0239;
}
.BgClassName
{
background-color: #DB0239;
}
</style>
border-color css
<style>
span { border-color: #DB0239; }
span { border-color: rgb(219,2,57); }
td.TdClassName
{
border-color: #DB0239;
}
.TagClassName
{
border-color: #DB0239;
}
</style>