Shades of Crimson #DB062E
Tints of Crimson #DB062E
RGB
CMYK
RGB Variations
Color information
#DB062E (or 0xDB062E) is known color: Crimson. HEX triplet: DB, 06 and 2E. RGB value is (219,6,46). Sum of RGB (Red+Green+Blue) = 219+6+46=271 (35% of max value = 765). Red value is 219 (85.94% from 255 or 80.81% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 219 - color contains mainly: red. Hex color #DB062E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB062E is #24F9D1. Grayscale: #4A4A4A. Windows color (decimal): -2423250 or 3016411. OLE color: 3016411.
HSL color Cylindrical-coordinate representation of color #DB062E: hue angle of 348.73º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB062E is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 46 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.14 |
| HSL | 348.73º | 0.95% | 0.44% | - |
| HSV(B) | 348.73º | 0.97% | 0.86% | - |
| XYZ | 29.77 | 15.39 | 3.99 | - |
| YUV | 74.25 | 112.07 | 231.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 46 | 0 | 0.97 | 0.79 | 0.14 | 348.73 | 0.95 | 0.44 |
| Hex | DB | 6 | 2E | 0 | 61 | 4F | E | 15D | 5F | 2C |
| Octal | 333 | 6 | 56 | 0 | 141 | 117 | 16 | 535 | 137 | 54 |
| Binary | 11011011 | 110 | 101110 | 0 | 1100001 | 1001111 | 1110 | 101011101 | 1011111 | 101100 |
Color Harmonies of #DB062E
Complementary color
Monochromatic Colors of #DB062E
Black with #DB062E
Text Example
Text Example
White with #DB062E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB062E; }
p { color: rgb(219,6,46); }
H1.HeaderClassName
{
color: #DB062E;
}
.AnyTagClassName
{
color: #DB062E;
}
</style>
background-color css
<style>
a { background-color: #DB062E; }
a { background-color: rgb(219,6,46); }
div.DivClassName
{
background-color: #DB062E;
}
.BgClassName
{
background-color: #DB062E;
}
</style>
border-color css
<style>
span { border-color: #DB062E; }
span { border-color: rgb(219,6,46); }
td.TdClassName
{
border-color: #DB062E;
}
.TagClassName
{
border-color: #DB062E;
}
</style>