Shades of Crimson #DB012F
Tints of Crimson #DB012F
RGB
CMYK
RGB Variations
Color information
#DB012F (or 0xDB012F) is known color: Crimson. HEX triplet: DB, 01 and 2F. RGB value is (219,1,47). Sum of RGB (Red+Green+Blue) = 219+1+47=267 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.02% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 219 - color contains mainly: red. Hex color #DB012F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB012F is #24FED0. Grayscale: #474747. Windows color (decimal): -2424529 or 3080667. OLE color: 3080667.
HSL color Cylindrical-coordinate representation of color #DB012F: hue angle of 347.34º 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 #DB012F is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 47 | - |
| CMYK | 0 | 1.00 | 0.79 | 0.14 |
| HSL | 347.34º | 0.99% | 0.43% | - |
| HSV(B) | 347.34º | 1% | 0.86% | - |
| XYZ | 29.74 | 15.29 | 4.07 | - |
| YUV | 71.43 | 114.22 | 233.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 47 | 0 | 1.00 | 0.79 | 0.14 | 347.34 | 0.99 | 0.43 |
| Hex | DB | 1 | 2F | 0 | 64 | 4F | E | 15B | 63 | 2B |
| Octal | 333 | 1 | 57 | 0 | 144 | 117 | 16 | 533 | 143 | 53 |
| Binary | 11011011 | 1 | 101111 | 0 | 1100100 | 1001111 | 1110 | 101011011 | 1100011 | 101011 |
Color Harmonies of #DB012F
Complementary color
Monochromatic Colors of #DB012F
Black with #DB012F
Text Example
Text Example
White with #DB012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB012F; }
p { color: rgb(219,1,47); }
H1.HeaderClassName
{
color: #DB012F;
}
.AnyTagClassName
{
color: #DB012F;
}
</style>
background-color css
<style>
a { background-color: #DB012F; }
a { background-color: rgb(219,1,47); }
div.DivClassName
{
background-color: #DB012F;
}
.BgClassName
{
background-color: #DB012F;
}
</style>
border-color css
<style>
span { border-color: #DB012F; }
span { border-color: rgb(219,1,47); }
td.TdClassName
{
border-color: #DB012F;
}
.TagClassName
{
border-color: #DB012F;
}
</style>