Shades of Crimson #DB013F
Tints of Crimson #DB013F
RGB
CMYK
RGB Variations
Color information
#DB013F (or 0xDB013F) is known color: Crimson. HEX triplet: DB, 01 and 3F. RGB value is (219,1,63). Sum of RGB (Red+Green+Blue) = 219+1+63=283 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.39% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 219 - color contains mainly: red. Hex color #DB013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB013F is #24FEC0. Grayscale: #494949. Windows color (decimal): -2424513 or 4129243. OLE color: 4129243.
HSL color Cylindrical-coordinate representation of color #DB013F: hue angle of 342.94º 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 #DB013F is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 63 | - |
| CMYK | 0 | 1.00 | 0.71 | 0.14 |
| HSL | 342.94º | 0.99% | 0.43% | - |
| HSV(B) | 342.94º | 1% | 0.86% | - |
| XYZ | 30.12 | 15.44 | 6.1 | - |
| YUV | 73.25 | 122.22 | 231.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 63 | 0 | 1.00 | 0.71 | 0.14 | 342.94 | 0.99 | 0.43 |
| Hex | DB | 1 | 3F | 0 | 64 | 47 | E | 157 | 63 | 2B |
| Octal | 333 | 1 | 77 | 0 | 144 | 107 | 16 | 527 | 143 | 53 |
| Binary | 11011011 | 1 | 111111 | 0 | 1100100 | 1000111 | 1110 | 101010111 | 1100011 | 101011 |
Color Harmonies of #DB013F
Complementary color
Monochromatic Colors of #DB013F
Black with #DB013F
Text Example
Text Example
White with #DB013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB013F; }
p { color: rgb(219,1,63); }
H1.HeaderClassName
{
color: #DB013F;
}
.AnyTagClassName
{
color: #DB013F;
}
</style>
background-color css
<style>
a { background-color: #DB013F; }
a { background-color: rgb(219,1,63); }
div.DivClassName
{
background-color: #DB013F;
}
.BgClassName
{
background-color: #DB013F;
}
</style>
border-color css
<style>
span { border-color: #DB013F; }
span { border-color: rgb(219,1,63); }
td.TdClassName
{
border-color: #DB013F;
}
.TagClassName
{
border-color: #DB013F;
}
</style>