Shades of Crimson #DB0237
Tints of Crimson #DB0237
RGB
CMYK
RGB Variations
Color information
#DB0237 (or 0xDB0237) is known color: Crimson. HEX triplet: DB, 02 and 37. RGB value is (219,2,55). Sum of RGB (Red+Green+Blue) = 219+2+55=276 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.35% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0237 is #24FDC8. Grayscale: #484848. Windows color (decimal): -2424265 or 3605211. OLE color: 3605211.
HSL color Cylindrical-coordinate representation of color #DB0237: hue angle of 345.35º 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 #DB0237 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 55 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.14 |
| HSL | 345.35º | 0.98% | 0.43% | - |
| HSV(B) | 345.35º | 0.99% | 0.86% | - |
| XYZ | 29.92 | 15.38 | 5.01 | - |
| YUV | 72.93 | 117.89 | 232.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 55 | 0 | 0.99 | 0.75 | 0.14 | 345.35 | 0.98 | 0.43 |
| Hex | DB | 2 | 37 | 0 | 63 | 4B | E | 159 | 62 | 2B |
| Octal | 333 | 2 | 67 | 0 | 143 | 113 | 16 | 531 | 142 | 53 |
| Binary | 11011011 | 10 | 110111 | 0 | 1100011 | 1001011 | 1110 | 101011001 | 1100010 | 101011 |
Color Harmonies of #DB0237
Complementary color
Monochromatic Colors of #DB0237
Black with #DB0237
Text Example
Text Example
White with #DB0237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0237; }
p { color: rgb(219,2,55); }
H1.HeaderClassName
{
color: #DB0237;
}
.AnyTagClassName
{
color: #DB0237;
}
</style>
background-color css
<style>
a { background-color: #DB0237; }
a { background-color: rgb(219,2,55); }
div.DivClassName
{
background-color: #DB0237;
}
.BgClassName
{
background-color: #DB0237;
}
</style>
border-color css
<style>
span { border-color: #DB0237; }
span { border-color: rgb(219,2,55); }
td.TdClassName
{
border-color: #DB0237;
}
.TagClassName
{
border-color: #DB0237;
}
</style>