Shades of Crimson #DB0C3A
Tints of Crimson #DB0C3A
RGB
CMYK
RGB Variations
Color information
#DB0C3A (or 0xDB0C3A) is known color: Crimson. HEX triplet: DB, 0C and 3A. RGB value is (219,12,58). Sum of RGB (Red+Green+Blue) = 219+12+58=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0C3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0C3A is #24F3C5. Grayscale: #4F4F4F. Windows color (decimal): -2421702 or 3804379. OLE color: 3804379.
HSL color Cylindrical-coordinate representation of color #DB0C3A: hue angle of 346.67º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0C3A is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 12 | 58 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.14 |
| HSL | 346.67º | 0.9% | 0.45% | - |
| HSV(B) | 346.67º | 0.95% | 0.86% | - |
| XYZ | 30.11 | 15.63 | 5.43 | - |
| YUV | 79.14 | 116.08 | 227.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 12 | 58 | 0 | 0.95 | 0.74 | 0.14 | 346.67 | 0.9 | 0.45 |
| Hex | DB | C | 3A | 0 | 5F | 4A | E | 15B | 5A | 2D |
| Octal | 333 | 14 | 72 | 0 | 137 | 112 | 16 | 533 | 132 | 55 |
| Binary | 11011011 | 1100 | 111010 | 0 | 1011111 | 1001010 | 1110 | 101011011 | 1011010 | 101101 |
Color Harmonies of #DB0C3A
Complementary color
Monochromatic Colors of #DB0C3A
Black with #DB0C3A
Text Example
Text Example
White with #DB0C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0C3A; }
p { color: rgb(219,12,58); }
H1.HeaderClassName
{
color: #DB0C3A;
}
.AnyTagClassName
{
color: #DB0C3A;
}
</style>
background-color css
<style>
a { background-color: #DB0C3A; }
a { background-color: rgb(219,12,58); }
div.DivClassName
{
background-color: #DB0C3A;
}
.BgClassName
{
background-color: #DB0C3A;
}
</style>
border-color css
<style>
span { border-color: #DB0C3A; }
span { border-color: rgb(219,12,58); }
td.TdClassName
{
border-color: #DB0C3A;
}
.TagClassName
{
border-color: #DB0C3A;
}
</style>