Shades of Crimson #DB013E
Tints of Crimson #DB013E
RGB
CMYK
RGB Variations
Color information
#DB013E (or 0xDB013E) is known color: Crimson. HEX triplet: DB, 01 and 3E. RGB value is (219,1,62). Sum of RGB (Red+Green+Blue) = 219+1+62=282 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.66% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 219 - color contains mainly: red. Hex color #DB013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB013E is #24FEC1. Grayscale: #494949. Windows color (decimal): -2424514 or 4063707. OLE color: 4063707.
HSL color Cylindrical-coordinate representation of color #DB013E: hue angle of 343.21º 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 #DB013E is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 62 | - |
| CMYK | 0 | 1.00 | 0.72 | 0.14 |
| HSL | 343.21º | 0.99% | 0.43% | - |
| HSV(B) | 343.21º | 1% | 0.86% | - |
| XYZ | 30.09 | 15.43 | 5.95 | - |
| YUV | 73.14 | 121.72 | 232.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 62 | 0 | 1.00 | 0.72 | 0.14 | 343.21 | 0.99 | 0.43 |
| Hex | DB | 1 | 3E | 0 | 64 | 48 | E | 157 | 63 | 2B |
| Octal | 333 | 1 | 76 | 0 | 144 | 110 | 16 | 527 | 143 | 53 |
| Binary | 11011011 | 1 | 111110 | 0 | 1100100 | 1001000 | 1110 | 101010111 | 1100011 | 101011 |
Color Harmonies of #DB013E
Complementary color
Monochromatic Colors of #DB013E
Black with #DB013E
Text Example
Text Example
White with #DB013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB013E; }
p { color: rgb(219,1,62); }
H1.HeaderClassName
{
color: #DB013E;
}
.AnyTagClassName
{
color: #DB013E;
}
</style>
background-color css
<style>
a { background-color: #DB013E; }
a { background-color: rgb(219,1,62); }
div.DivClassName
{
background-color: #DB013E;
}
.BgClassName
{
background-color: #DB013E;
}
</style>
border-color css
<style>
span { border-color: #DB013E; }
span { border-color: rgb(219,1,62); }
td.TdClassName
{
border-color: #DB013E;
}
.TagClassName
{
border-color: #DB013E;
}
</style>