Shades of Crimson #DB062F
Tints of Crimson #DB062F
RGB
CMYK
RGB Variations
Color information
#DB062F (or 0xDB062F) is known color: Crimson. HEX triplet: DB, 06 and 2F. RGB value is (219,6,47). Sum of RGB (Red+Green+Blue) = 219+6+47=272 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.51% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 219 - color contains mainly: red. Hex color #DB062F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB062F is #24F9D0. Grayscale: #4A4A4A. Windows color (decimal): -2423249 or 3081947. OLE color: 3081947.
HSL color Cylindrical-coordinate representation of color #DB062F: hue angle of 348.45º 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 #DB062F is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 47 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.14 |
| HSL | 348.45º | 0.95% | 0.44% | - |
| HSV(B) | 348.45º | 0.97% | 0.86% | - |
| XYZ | 29.79 | 15.4 | 4.09 | - |
| YUV | 74.36 | 112.57 | 231.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 47 | 0 | 0.97 | 0.79 | 0.14 | 348.45 | 0.95 | 0.44 |
| Hex | DB | 6 | 2F | 0 | 61 | 4F | E | 15C | 5F | 2C |
| Octal | 333 | 6 | 57 | 0 | 141 | 117 | 16 | 534 | 137 | 54 |
| Binary | 11011011 | 110 | 101111 | 0 | 1100001 | 1001111 | 1110 | 101011100 | 1011111 | 101100 |
Color Harmonies of #DB062F
Complementary color
Monochromatic Colors of #DB062F
Black with #DB062F
Text Example
Text Example
White with #DB062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB062F; }
p { color: rgb(219,6,47); }
H1.HeaderClassName
{
color: #DB062F;
}
.AnyTagClassName
{
color: #DB062F;
}
</style>
background-color css
<style>
a { background-color: #DB062F; }
a { background-color: rgb(219,6,47); }
div.DivClassName
{
background-color: #DB062F;
}
.BgClassName
{
background-color: #DB062F;
}
</style>
border-color css
<style>
span { border-color: #DB062F; }
span { border-color: rgb(219,6,47); }
td.TdClassName
{
border-color: #DB062F;
}
.TagClassName
{
border-color: #DB062F;
}
</style>