Shades of Crimson #DB0C33
Tints of Crimson #DB0C33
RGB
CMYK
RGB Variations
Color information
#DB0C33 (or 0xDB0C33) is known color: Crimson. HEX triplet: DB, 0C and 33. RGB value is (219,12,51). Sum of RGB (Red+Green+Blue) = 219+12+51=282 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.66% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0C33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0C33 is #24F3CC. Grayscale: #4E4E4E. Windows color (decimal): -2421709 or 3345627. OLE color: 3345627.
HSL color Cylindrical-coordinate representation of color #DB0C33: hue angle of 348.7º 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 #DB0C33 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 12 | 51 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.14 |
| HSL | 348.7º | 0.9% | 0.45% | - |
| HSV(B) | 348.7º | 0.95% | 0.86% | - |
| XYZ | 29.94 | 15.56 | 4.56 | - |
| YUV | 78.34 | 112.58 | 228.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 12 | 51 | 0 | 0.95 | 0.77 | 0.14 | 348.7 | 0.9 | 0.45 |
| Hex | DB | C | 33 | 0 | 5F | 4D | E | 15D | 5A | 2D |
| Octal | 333 | 14 | 63 | 0 | 137 | 115 | 16 | 535 | 132 | 55 |
| Binary | 11011011 | 1100 | 110011 | 0 | 1011111 | 1001101 | 1110 | 101011101 | 1011010 | 101101 |
Color Harmonies of #DB0C33
Complementary color
Monochromatic Colors of #DB0C33
Black with #DB0C33
Text Example
Text Example
White with #DB0C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0C33; }
p { color: rgb(219,12,51); }
H1.HeaderClassName
{
color: #DB0C33;
}
.AnyTagClassName
{
color: #DB0C33;
}
</style>
background-color css
<style>
a { background-color: #DB0C33; }
a { background-color: rgb(219,12,51); }
div.DivClassName
{
background-color: #DB0C33;
}
.BgClassName
{
background-color: #DB0C33;
}
</style>
border-color css
<style>
span { border-color: #DB0C33; }
span { border-color: rgb(219,12,51); }
td.TdClassName
{
border-color: #DB0C33;
}
.TagClassName
{
border-color: #DB0C33;
}
</style>