Shades of Crimson #DB0C34
Tints of Crimson #DB0C34
RGB
CMYK
RGB Variations
Color information
#DB0C34 (or 0xDB0C34) is known color: Crimson. HEX triplet: DB, 0C and 34. RGB value is (219,12,52). Sum of RGB (Red+Green+Blue) = 219+12+52=283 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.39% from 283); Green value is 12 (5.08% from 255 or 4.24% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0C34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0C34 is #24F3CB. Grayscale: #4E4E4E. Windows color (decimal): -2421708 or 3411163. OLE color: 3411163.
HSL color Cylindrical-coordinate representation of color #DB0C34: hue angle of 348.41º 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 #DB0C34 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 12 | 52 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.14 |
| HSL | 348.41º | 0.9% | 0.45% | - |
| HSV(B) | 348.41º | 0.95% | 0.86% | - |
| XYZ | 29.96 | 15.57 | 4.67 | - |
| YUV | 78.45 | 113.08 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 12 | 52 | 0 | 0.95 | 0.76 | 0.14 | 348.41 | 0.9 | 0.45 |
| Hex | DB | C | 34 | 0 | 5F | 4C | E | 15C | 5A | 2D |
| Octal | 333 | 14 | 64 | 0 | 137 | 114 | 16 | 534 | 132 | 55 |
| Binary | 11011011 | 1100 | 110100 | 0 | 1011111 | 1001100 | 1110 | 101011100 | 1011010 | 101101 |
Color Harmonies of #DB0C34
Complementary color
Monochromatic Colors of #DB0C34
Black with #DB0C34
Text Example
Text Example
White with #DB0C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0C34; }
p { color: rgb(219,12,52); }
H1.HeaderClassName
{
color: #DB0C34;
}
.AnyTagClassName
{
color: #DB0C34;
}
</style>
background-color css
<style>
a { background-color: #DB0C34; }
a { background-color: rgb(219,12,52); }
div.DivClassName
{
background-color: #DB0C34;
}
.BgClassName
{
background-color: #DB0C34;
}
</style>
border-color css
<style>
span { border-color: #DB0C34; }
span { border-color: rgb(219,12,52); }
td.TdClassName
{
border-color: #DB0C34;
}
.TagClassName
{
border-color: #DB0C34;
}
</style>