Shades of Crimson #DB0132
Tints of Crimson #DB0132
RGB
CMYK
RGB Variations
Color information
#DB0132 (or 0xDB0132) is known color: Crimson. HEX triplet: DB, 01 and 32. RGB value is (219,1,50). Sum of RGB (Red+Green+Blue) = 219+1+50=270 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.11% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0132 is #24FECD. Grayscale: #474747. Windows color (decimal): -2424526 or 3277275. OLE color: 3277275.
HSL color Cylindrical-coordinate representation of color #DB0132: hue angle of 346.51º 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 #DB0132 is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 50 | - |
| CMYK | 0 | 1.00 | 0.77 | 0.14 |
| HSL | 346.51º | 0.99% | 0.43% | - |
| HSV(B) | 346.51º | 1% | 0.86% | - |
| XYZ | 29.8 | 15.31 | 4.4 | - |
| YUV | 71.77 | 115.72 | 233.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 50 | 0 | 1.00 | 0.77 | 0.14 | 346.51 | 0.99 | 0.43 |
| Hex | DB | 1 | 32 | 0 | 64 | 4D | E | 15B | 63 | 2B |
| Octal | 333 | 1 | 62 | 0 | 144 | 115 | 16 | 533 | 143 | 53 |
| Binary | 11011011 | 1 | 110010 | 0 | 1100100 | 1001101 | 1110 | 101011011 | 1100011 | 101011 |
Color Harmonies of #DB0132
Complementary color
Monochromatic Colors of #DB0132
Black with #DB0132
Text Example
Text Example
White with #DB0132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0132; }
p { color: rgb(219,1,50); }
H1.HeaderClassName
{
color: #DB0132;
}
.AnyTagClassName
{
color: #DB0132;
}
</style>
background-color css
<style>
a { background-color: #DB0132; }
a { background-color: rgb(219,1,50); }
div.DivClassName
{
background-color: #DB0132;
}
.BgClassName
{
background-color: #DB0132;
}
</style>
border-color css
<style>
span { border-color: #DB0132; }
span { border-color: rgb(219,1,50); }
td.TdClassName
{
border-color: #DB0132;
}
.TagClassName
{
border-color: #DB0132;
}
</style>