Shades of Crimson #DB0136
Tints of Crimson #DB0136
RGB
CMYK
RGB Variations
Color information
#DB0136 (or 0xDB0136) is known color: Crimson. HEX triplet: DB, 01 and 36. RGB value is (219,1,54). Sum of RGB (Red+Green+Blue) = 219+1+54=274 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.93% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 54 (21.48% from 255 or 19.71% from 274); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0136 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0136 is #24FEC9. Grayscale: #484848. Windows color (decimal): -2424522 or 3539419. OLE color: 3539419.
HSL color Cylindrical-coordinate representation of color #DB0136: hue angle of 345.41º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0136 is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 54 | - |
| CMYK | 0 | 1.00 | 0.75 | 0.14 |
| HSL | 345.41º | 0.99% | 0.43% | - |
| HSV(B) | 345.41º | 1% | 0.86% | - |
| XYZ | 29.89 | 15.35 | 4.88 | - |
| YUV | 72.22 | 117.72 | 232.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 54 | 0 | 1.00 | 0.75 | 0.14 | 345.41 | 0.99 | 0.43 |
| Hex | DB | 1 | 36 | 0 | 64 | 4B | E | 159 | 63 | 2B |
| Octal | 333 | 1 | 66 | 0 | 144 | 113 | 16 | 531 | 143 | 53 |
| Binary | 11011011 | 1 | 110110 | 0 | 1100100 | 1001011 | 1110 | 101011001 | 1100011 | 101011 |
Color Harmonies of #DB0136
Complementary color
Monochromatic Colors of #DB0136
Black with #DB0136
Text Example
Text Example
White with #DB0136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0136; }
p { color: rgb(219,1,54); }
H1.HeaderClassName
{
color: #DB0136;
}
.AnyTagClassName
{
color: #DB0136;
}
</style>
background-color css
<style>
a { background-color: #DB0136; }
a { background-color: rgb(219,1,54); }
div.DivClassName
{
background-color: #DB0136;
}
.BgClassName
{
background-color: #DB0136;
}
</style>
border-color css
<style>
span { border-color: #DB0136; }
span { border-color: rgb(219,1,54); }
td.TdClassName
{
border-color: #DB0136;
}
.TagClassName
{
border-color: #DB0136;
}
</style>