Shades of Crimson #DB0935
Tints of Crimson #DB0935
RGB
CMYK
RGB Variations
Color information
#DB0935 (or 0xDB0935) is known color: Crimson. HEX triplet: DB, 09 and 35. RGB value is (219,9,53). Sum of RGB (Red+Green+Blue) = 219+9+53=281 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.94% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0935 is #24F6CA. Grayscale: #4C4C4C. Windows color (decimal): -2422475 or 3475931. OLE color: 3475931.
HSL color Cylindrical-coordinate representation of color #DB0935: hue angle of 347.43º degrees, saturation: 0.92, 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 #DB0935 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 53 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.14 |
| HSL | 347.43º | 0.92% | 0.45% | - |
| HSV(B) | 347.43º | 0.96% | 0.86% | - |
| XYZ | 29.95 | 15.51 | 4.78 | - |
| YUV | 76.81 | 114.57 | 229.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 53 | 0 | 0.96 | 0.76 | 0.14 | 347.43 | 0.92 | 0.45 |
| Hex | DB | 9 | 35 | 0 | 60 | 4C | E | 15B | 5C | 2D |
| Octal | 333 | 11 | 65 | 0 | 140 | 114 | 16 | 533 | 134 | 55 |
| Binary | 11011011 | 1001 | 110101 | 0 | 1100000 | 1001100 | 1110 | 101011011 | 1011100 | 101101 |
Color Harmonies of #DB0935
Complementary color
Monochromatic Colors of #DB0935
Black with #DB0935
Text Example
Text Example
White with #DB0935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0935; }
p { color: rgb(219,9,53); }
H1.HeaderClassName
{
color: #DB0935;
}
.AnyTagClassName
{
color: #DB0935;
}
</style>
background-color css
<style>
a { background-color: #DB0935; }
a { background-color: rgb(219,9,53); }
div.DivClassName
{
background-color: #DB0935;
}
.BgClassName
{
background-color: #DB0935;
}
</style>
border-color css
<style>
span { border-color: #DB0935; }
span { border-color: rgb(219,9,53); }
td.TdClassName
{
border-color: #DB0935;
}
.TagClassName
{
border-color: #DB0935;
}
</style>