Shades of Crimson #DB0235
Tints of Crimson #DB0235
RGB
CMYK
RGB Variations
Color information
#DB0235 (or 0xDB0235) is known color: Crimson. HEX triplet: DB, 02 and 35. RGB value is (219,2,53). Sum of RGB (Red+Green+Blue) = 219+2+53=274 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.93% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0235 is #24FDCA. Grayscale: #484848. Windows color (decimal): -2424267 or 3474139. OLE color: 3474139.
HSL color Cylindrical-coordinate representation of color #DB0235: hue angle of 345.9º 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 #DB0235 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 53 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.14 |
| HSL | 345.9º | 0.98% | 0.43% | - |
| HSV(B) | 345.9º | 0.99% | 0.86% | - |
| XYZ | 29.88 | 15.36 | 4.76 | - |
| YUV | 72.7 | 116.89 | 232.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 53 | 0 | 0.99 | 0.76 | 0.14 | 345.9 | 0.98 | 0.43 |
| Hex | DB | 2 | 35 | 0 | 63 | 4C | E | 15A | 62 | 2B |
| Octal | 333 | 2 | 65 | 0 | 143 | 114 | 16 | 532 | 142 | 53 |
| Binary | 11011011 | 10 | 110101 | 0 | 1100011 | 1001100 | 1110 | 101011010 | 1100010 | 101011 |
Color Harmonies of #DB0235
Complementary color
Monochromatic Colors of #DB0235
Black with #DB0235
Text Example
Text Example
White with #DB0235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0235; }
p { color: rgb(219,2,53); }
H1.HeaderClassName
{
color: #DB0235;
}
.AnyTagClassName
{
color: #DB0235;
}
</style>
background-color css
<style>
a { background-color: #DB0235; }
a { background-color: rgb(219,2,53); }
div.DivClassName
{
background-color: #DB0235;
}
.BgClassName
{
background-color: #DB0235;
}
</style>
border-color css
<style>
span { border-color: #DB0235; }
span { border-color: rgb(219,2,53); }
td.TdClassName
{
border-color: #DB0235;
}
.TagClassName
{
border-color: #DB0235;
}
</style>