Shades of Crimson #DB133D
Tints of Crimson #DB133D
RGB
CMYK
RGB Variations
Color information
#DB133D (or 0xDB133D) is known color: Crimson. HEX triplet: DB, 13 and 3D. RGB value is (219,19,61). Sum of RGB (Red+Green+Blue) = 219+19+61=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB133D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB133D is #24ECC2. Grayscale: #535353. Windows color (decimal): -2419907 or 4002779. OLE color: 4002779.
HSL color Cylindrical-coordinate representation of color #DB133D: hue angle of 347.4º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB133D is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 61 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.14 |
| HSL | 347.4º | 0.84% | 0.47% | - |
| HSV(B) | 347.4º | 0.91% | 0.86% | - |
| XYZ | 30.29 | 15.86 | 5.88 | - |
| YUV | 83.59 | 115.26 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 61 | 0 | 0.91 | 0.72 | 0.14 | 347.4 | 0.84 | 0.47 |
| Hex | DB | 13 | 3D | 0 | 5B | 48 | E | 15B | 54 | 2F |
| Octal | 333 | 23 | 75 | 0 | 133 | 110 | 16 | 533 | 124 | 57 |
| Binary | 11011011 | 10011 | 111101 | 0 | 1011011 | 1001000 | 1110 | 101011011 | 1010100 | 101111 |
Color Harmonies of #DB133D
Complementary color
Monochromatic Colors of #DB133D
Black with #DB133D
Text Example
Text Example
White with #DB133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB133D; }
p { color: rgb(219,19,61); }
H1.HeaderClassName
{
color: #DB133D;
}
.AnyTagClassName
{
color: #DB133D;
}
</style>
background-color css
<style>
a { background-color: #DB133D; }
a { background-color: rgb(219,19,61); }
div.DivClassName
{
background-color: #DB133D;
}
.BgClassName
{
background-color: #DB133D;
}
</style>
border-color css
<style>
span { border-color: #DB133D; }
span { border-color: rgb(219,19,61); }
td.TdClassName
{
border-color: #DB133D;
}
.TagClassName
{
border-color: #DB133D;
}
</style>