Shades of Crimson #DB0635
Tints of Crimson #DB0635
RGB
CMYK
RGB Variations
Color information
#DB0635 (or 0xDB0635) is known color: Crimson. HEX triplet: DB, 06 and 35. RGB value is (219,6,53). Sum of RGB (Red+Green+Blue) = 219+6+53=278 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.78% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0635 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0635 is #24F9CA. Grayscale: #4B4B4B. Windows color (decimal): -2423243 or 3475163. OLE color: 3475163.
HSL color Cylindrical-coordinate representation of color #DB0635: hue angle of 346.76º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB0635 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 53 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.14 |
| HSL | 346.76º | 0.95% | 0.44% | - |
| HSV(B) | 346.76º | 0.97% | 0.86% | - |
| XYZ | 29.92 | 15.45 | 4.77 | - |
| YUV | 75.05 | 115.57 | 230.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 53 | 0 | 0.97 | 0.76 | 0.14 | 346.76 | 0.95 | 0.44 |
| Hex | DB | 6 | 35 | 0 | 61 | 4C | E | 15B | 5F | 2C |
| Octal | 333 | 6 | 65 | 0 | 141 | 114 | 16 | 533 | 137 | 54 |
| Binary | 11011011 | 110 | 110101 | 0 | 1100001 | 1001100 | 1110 | 101011011 | 1011111 | 101100 |
Color Harmonies of #DB0635
Complementary color
Monochromatic Colors of #DB0635
Black with #DB0635
Text Example
Text Example
White with #DB0635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0635; }
p { color: rgb(219,6,53); }
H1.HeaderClassName
{
color: #DB0635;
}
.AnyTagClassName
{
color: #DB0635;
}
</style>
background-color css
<style>
a { background-color: #DB0635; }
a { background-color: rgb(219,6,53); }
div.DivClassName
{
background-color: #DB0635;
}
.BgClassName
{
background-color: #DB0635;
}
</style>
border-color css
<style>
span { border-color: #DB0635; }
span { border-color: rgb(219,6,53); }
td.TdClassName
{
border-color: #DB0635;
}
.TagClassName
{
border-color: #DB0635;
}
</style>