Shades of Crimson #DB0C30
Tints of Crimson #DB0C30
RGB
CMYK
RGB Variations
Color information
#DB0C30 (or 0xDB0C30) is known color: Crimson. HEX triplet: DB, 0C and 30. RGB value is (219,12,48). Sum of RGB (Red+Green+Blue) = 219+12+48=279 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.49% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0C30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0C30 is #24F3CF. Grayscale: #4E4E4E. Windows color (decimal): -2421712 or 3149019. OLE color: 3149019.
HSL color Cylindrical-coordinate representation of color #DB0C30: hue angle of 349.57º 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 #DB0C30 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 12 | 48 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.14 |
| HSL | 349.57º | 0.9% | 0.45% | - |
| HSV(B) | 349.57º | 0.95% | 0.86% | - |
| XYZ | 29.88 | 15.54 | 4.22 | - |
| YUV | 78 | 111.08 | 228.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 12 | 48 | 0 | 0.95 | 0.78 | 0.14 | 349.57 | 0.9 | 0.45 |
| Hex | DB | C | 30 | 0 | 5F | 4E | E | 15E | 5A | 2D |
| Octal | 333 | 14 | 60 | 0 | 137 | 116 | 16 | 536 | 132 | 55 |
| Binary | 11011011 | 1100 | 110000 | 0 | 1011111 | 1001110 | 1110 | 101011110 | 1011010 | 101101 |
Color Harmonies of #DB0C30
Complementary color
Monochromatic Colors of #DB0C30
Black with #DB0C30
Text Example
Text Example
White with #DB0C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0C30; }
p { color: rgb(219,12,48); }
H1.HeaderClassName
{
color: #DB0C30;
}
.AnyTagClassName
{
color: #DB0C30;
}
</style>
background-color css
<style>
a { background-color: #DB0C30; }
a { background-color: rgb(219,12,48); }
div.DivClassName
{
background-color: #DB0C30;
}
.BgClassName
{
background-color: #DB0C30;
}
</style>
border-color css
<style>
span { border-color: #DB0C30; }
span { border-color: rgb(219,12,48); }
td.TdClassName
{
border-color: #DB0C30;
}
.TagClassName
{
border-color: #DB0C30;
}
</style>