Shades of Crimson #DB0C36
Tints of Crimson #DB0C36
RGB
CMYK
RGB Variations
Color information
#DB0C36 (or 0xDB0C36) is known color: Crimson. HEX triplet: DB, 0C and 36. RGB value is (219,12,54). Sum of RGB (Red+Green+Blue) = 219+12+54=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0C36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0C36 is #24F3C9. Grayscale: #4E4E4E. Windows color (decimal): -2421706 or 3542235. OLE color: 3542235.
HSL color Cylindrical-coordinate representation of color #DB0C36: hue angle of 347.83º 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 #DB0C36 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 12 | 54 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.14 |
| HSL | 347.83º | 0.9% | 0.45% | - |
| HSV(B) | 347.83º | 0.95% | 0.86% | - |
| XYZ | 30.01 | 15.59 | 4.92 | - |
| YUV | 78.68 | 114.08 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 12 | 54 | 0 | 0.95 | 0.75 | 0.14 | 347.83 | 0.9 | 0.45 |
| Hex | DB | C | 36 | 0 | 5F | 4B | E | 15C | 5A | 2D |
| Octal | 333 | 14 | 66 | 0 | 137 | 113 | 16 | 534 | 132 | 55 |
| Binary | 11011011 | 1100 | 110110 | 0 | 1011111 | 1001011 | 1110 | 101011100 | 1011010 | 101101 |
Color Harmonies of #DB0C36
Complementary color
Monochromatic Colors of #DB0C36
Black with #DB0C36
Text Example
Text Example
White with #DB0C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0C36; }
p { color: rgb(219,12,54); }
H1.HeaderClassName
{
color: #DB0C36;
}
.AnyTagClassName
{
color: #DB0C36;
}
</style>
background-color css
<style>
a { background-color: #DB0C36; }
a { background-color: rgb(219,12,54); }
div.DivClassName
{
background-color: #DB0C36;
}
.BgClassName
{
background-color: #DB0C36;
}
</style>
border-color css
<style>
span { border-color: #DB0C36; }
span { border-color: rgb(219,12,54); }
td.TdClassName
{
border-color: #DB0C36;
}
.TagClassName
{
border-color: #DB0C36;
}
</style>