Shades of Crimson #DB0236
Tints of Crimson #DB0236
RGB
CMYK
RGB Variations
Color information
#DB0236 (or 0xDB0236) is known color: Crimson. HEX triplet: DB, 02 and 36. RGB value is (219,2,54). Sum of RGB (Red+Green+Blue) = 219+2+54=275 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.64% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0236 is #24FDC9. Grayscale: #484848. Windows color (decimal): -2424266 or 3539675. OLE color: 3539675.
HSL color Cylindrical-coordinate representation of color #DB0236: hue angle of 345.62º 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 #DB0236 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 54 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.14 |
| HSL | 345.62º | 0.98% | 0.43% | - |
| HSV(B) | 345.62º | 0.99% | 0.86% | - |
| XYZ | 29.9 | 15.37 | 4.88 | - |
| YUV | 72.81 | 117.39 | 232.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 54 | 0 | 0.99 | 0.75 | 0.14 | 345.62 | 0.98 | 0.43 |
| Hex | DB | 2 | 36 | 0 | 63 | 4B | E | 15A | 62 | 2B |
| Octal | 333 | 2 | 66 | 0 | 143 | 113 | 16 | 532 | 142 | 53 |
| Binary | 11011011 | 10 | 110110 | 0 | 1100011 | 1001011 | 1110 | 101011010 | 1100010 | 101011 |
Color Harmonies of #DB0236
Complementary color
Monochromatic Colors of #DB0236
Black with #DB0236
Text Example
Text Example
White with #DB0236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0236; }
p { color: rgb(219,2,54); }
H1.HeaderClassName
{
color: #DB0236;
}
.AnyTagClassName
{
color: #DB0236;
}
</style>
background-color css
<style>
a { background-color: #DB0236; }
a { background-color: rgb(219,2,54); }
div.DivClassName
{
background-color: #DB0236;
}
.BgClassName
{
background-color: #DB0236;
}
</style>
border-color css
<style>
span { border-color: #DB0236; }
span { border-color: rgb(219,2,54); }
td.TdClassName
{
border-color: #DB0236;
}
.TagClassName
{
border-color: #DB0236;
}
</style>