Shades of Crimson #DB143D
Tints of Crimson #DB143D
RGB
CMYK
RGB Variations
Color information
#DB143D (or 0xDB143D) is known color: Crimson. HEX triplet: DB, 14 and 3D. RGB value is (219,20,61). Sum of RGB (Red+Green+Blue) = 219+20+61=300 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 219 - color contains mainly: red. Hex color #DB143D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB143D is #24EBC2. Grayscale: #545454. Windows color (decimal): -2419651 or 4003035. OLE color: 4003035.
HSL color Cylindrical-coordinate representation of color #DB143D: hue angle of 347.64º degrees, saturation: 0.83, 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 #DB143D is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 61 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.14 |
| HSL | 347.64º | 0.83% | 0.47% | - |
| HSV(B) | 347.64º | 0.91% | 0.86% | - |
| XYZ | 30.31 | 15.9 | 5.89 | - |
| YUV | 84.18 | 114.93 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 61 | 0 | 0.91 | 0.72 | 0.14 | 347.64 | 0.83 | 0.47 |
| Hex | DB | 14 | 3D | 0 | 5B | 48 | E | 15C | 53 | 2F |
| Octal | 333 | 24 | 75 | 0 | 133 | 110 | 16 | 534 | 123 | 57 |
| Binary | 11011011 | 10100 | 111101 | 0 | 1011011 | 1001000 | 1110 | 101011100 | 1010011 | 101111 |
Color Harmonies of #DB143D
Complementary color
Monochromatic Colors of #DB143D
Black with #DB143D
Text Example
Text Example
White with #DB143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB143D; }
p { color: rgb(219,20,61); }
H1.HeaderClassName
{
color: #DB143D;
}
.AnyTagClassName
{
color: #DB143D;
}
</style>
background-color css
<style>
a { background-color: #DB143D; }
a { background-color: rgb(219,20,61); }
div.DivClassName
{
background-color: #DB143D;
}
.BgClassName
{
background-color: #DB143D;
}
</style>
border-color css
<style>
span { border-color: #DB143D; }
span { border-color: rgb(219,20,61); }
td.TdClassName
{
border-color: #DB143D;
}
.TagClassName
{
border-color: #DB143D;
}
</style>