Shades of Crimson #DB012C
Tints of Crimson #DB012C
RGB
CMYK
RGB Variations
Color information
#DB012C (or 0xDB012C) is known color: Crimson. HEX triplet: DB, 01 and 2C. RGB value is (219,1,44). Sum of RGB (Red+Green+Blue) = 219+1+44=264 (34% of max value = 765). Red value is 219 (85.94% from 255 or 82.95% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 219 - color contains mainly: red. Hex color #DB012C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB012C is #24FED3. Grayscale: #474747. Windows color (decimal): -2424532 or 2884059. OLE color: 2884059.
HSL color Cylindrical-coordinate representation of color #DB012C: hue angle of 348.17º 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 #DB012C is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 44 | - |
| CMYK | 0 | 1.00 | 0.80 | 0.14 |
| HSL | 348.17º | 0.99% | 0.43% | - |
| HSV(B) | 348.17º | 1% | 0.86% | - |
| XYZ | 29.68 | 15.26 | 3.76 | - |
| YUV | 71.08 | 112.72 | 233.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 44 | 0 | 1.00 | 0.80 | 0.14 | 348.17 | 0.99 | 0.43 |
| Hex | DB | 1 | 2C | 0 | 64 | 50 | E | 15C | 63 | 2B |
| Octal | 333 | 1 | 54 | 0 | 144 | 120 | 16 | 534 | 143 | 53 |
| Binary | 11011011 | 1 | 101100 | 0 | 1100100 | 1010000 | 1110 | 101011100 | 1100011 | 101011 |
Color Harmonies of #DB012C
Complementary color
Monochromatic Colors of #DB012C
Black with #DB012C
Text Example
Text Example
White with #DB012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB012C; }
p { color: rgb(219,1,44); }
H1.HeaderClassName
{
color: #DB012C;
}
.AnyTagClassName
{
color: #DB012C;
}
</style>
background-color css
<style>
a { background-color: #DB012C; }
a { background-color: rgb(219,1,44); }
div.DivClassName
{
background-color: #DB012C;
}
.BgClassName
{
background-color: #DB012C;
}
</style>
border-color css
<style>
span { border-color: #DB012C; }
span { border-color: rgb(219,1,44); }
td.TdClassName
{
border-color: #DB012C;
}
.TagClassName
{
border-color: #DB012C;
}
</style>