Shades of Crimson #DB0233
Tints of Crimson #DB0233
RGB
CMYK
RGB Variations
Color information
#DB0233 (or 0xDB0233) is known color: Crimson. HEX triplet: DB, 02 and 33. RGB value is (219,2,51). Sum of RGB (Red+Green+Blue) = 219+2+51=272 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.51% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 51 (20.31% from 255 or 18.75% from 272); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0233 is #24FDCC. Grayscale: #484848. Windows color (decimal): -2424269 or 3343067. OLE color: 3343067.
HSL color Cylindrical-coordinate representation of color #DB0233: hue angle of 346.45º 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 #DB0233 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 51 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.14 |
| HSL | 346.45º | 0.98% | 0.43% | - |
| HSV(B) | 346.45º | 0.99% | 0.86% | - |
| XYZ | 29.83 | 15.34 | 4.52 | - |
| YUV | 72.47 | 115.89 | 232.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 51 | 0 | 0.99 | 0.77 | 0.14 | 346.45 | 0.98 | 0.43 |
| Hex | DB | 2 | 33 | 0 | 63 | 4D | E | 15A | 62 | 2B |
| Octal | 333 | 2 | 63 | 0 | 143 | 115 | 16 | 532 | 142 | 53 |
| Binary | 11011011 | 10 | 110011 | 0 | 1100011 | 1001101 | 1110 | 101011010 | 1100010 | 101011 |
Color Harmonies of #DB0233
Complementary color
Monochromatic Colors of #DB0233
Black with #DB0233
Text Example
Text Example
White with #DB0233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0233; }
p { color: rgb(219,2,51); }
H1.HeaderClassName
{
color: #DB0233;
}
.AnyTagClassName
{
color: #DB0233;
}
</style>
background-color css
<style>
a { background-color: #DB0233; }
a { background-color: rgb(219,2,51); }
div.DivClassName
{
background-color: #DB0233;
}
.BgClassName
{
background-color: #DB0233;
}
</style>
border-color css
<style>
span { border-color: #DB0233; }
span { border-color: rgb(219,2,51); }
td.TdClassName
{
border-color: #DB0233;
}
.TagClassName
{
border-color: #DB0233;
}
</style>