Shades of Crimson #DB0243
Tints of Crimson #DB0243
RGB
CMYK
RGB Variations
Color information
#DB0243 (or 0xDB0243) is known color: Crimson. HEX triplet: DB, 02 and 43. RGB value is (219,2,67). Sum of RGB (Red+Green+Blue) = 219+2+67=288 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.04% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 67 (26.56% from 255 or 23.26% from 288); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0243 is #24FDBC. Grayscale: #4A4A4A. Windows color (decimal): -2424253 or 4391643. OLE color: 4391643.
HSL color Cylindrical-coordinate representation of color #DB0243: hue angle of 342.03º 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 #DB0243 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 67 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.14 |
| HSL | 342.03º | 0.98% | 0.43% | - |
| HSV(B) | 342.03º | 0.99% | 0.86% | - |
| XYZ | 30.25 | 15.51 | 6.71 | - |
| YUV | 74.29 | 123.89 | 231.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 67 | 0 | 0.99 | 0.69 | 0.14 | 342.03 | 0.98 | 0.43 |
| Hex | DB | 2 | 43 | 0 | 63 | 45 | E | 156 | 62 | 2B |
| Octal | 333 | 2 | 103 | 0 | 143 | 105 | 16 | 526 | 142 | 53 |
| Binary | 11011011 | 10 | 1000011 | 0 | 1100011 | 1000101 | 1110 | 101010110 | 1100010 | 101011 |
Color Harmonies of #DB0243
Complementary color
Monochromatic Colors of #DB0243
Black with #DB0243
Text Example
Text Example
White with #DB0243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0243; }
p { color: rgb(219,2,67); }
H1.HeaderClassName
{
color: #DB0243;
}
.AnyTagClassName
{
color: #DB0243;
}
</style>
background-color css
<style>
a { background-color: #DB0243; }
a { background-color: rgb(219,2,67); }
div.DivClassName
{
background-color: #DB0243;
}
.BgClassName
{
background-color: #DB0243;
}
</style>
border-color css
<style>
span { border-color: #DB0243; }
span { border-color: rgb(219,2,67); }
td.TdClassName
{
border-color: #DB0243;
}
.TagClassName
{
border-color: #DB0243;
}
</style>