Shades of Crimson #DB0830
Tints of Crimson #DB0830
RGB
CMYK
RGB Variations
Color information
#DB0830 (or 0xDB0830) is known color: Crimson. HEX triplet: DB, 08 and 30. RGB value is (219,8,48). Sum of RGB (Red+Green+Blue) = 219+8+48=275 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.64% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0830 is #24F7CF. Grayscale: #4B4B4B. Windows color (decimal): -2422736 or 3147995. OLE color: 3147995.
HSL color Cylindrical-coordinate representation of color #DB0830: hue angle of 348.63º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB0830 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 48 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.14 |
| HSL | 348.63º | 0.93% | 0.45% | - |
| HSV(B) | 348.63º | 0.96% | 0.86% | - |
| XYZ | 29.83 | 15.45 | 4.21 | - |
| YUV | 75.65 | 112.4 | 230.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 48 | 0 | 0.96 | 0.78 | 0.14 | 348.63 | 0.93 | 0.45 |
| Hex | DB | 8 | 30 | 0 | 60 | 4E | E | 15D | 5D | 2D |
| Octal | 333 | 10 | 60 | 0 | 140 | 116 | 16 | 535 | 135 | 55 |
| Binary | 11011011 | 1000 | 110000 | 0 | 1100000 | 1001110 | 1110 | 101011101 | 1011101 | 101101 |
Color Harmonies of #DB0830
Complementary color
Monochromatic Colors of #DB0830
Black with #DB0830
Text Example
Text Example
White with #DB0830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0830; }
p { color: rgb(219,8,48); }
H1.HeaderClassName
{
color: #DB0830;
}
.AnyTagClassName
{
color: #DB0830;
}
</style>
background-color css
<style>
a { background-color: #DB0830; }
a { background-color: rgb(219,8,48); }
div.DivClassName
{
background-color: #DB0830;
}
.BgClassName
{
background-color: #DB0830;
}
</style>
border-color css
<style>
span { border-color: #DB0830; }
span { border-color: rgb(219,8,48); }
td.TdClassName
{
border-color: #DB0830;
}
.TagClassName
{
border-color: #DB0830;
}
</style>