Shades of Crimson #DB143F
Tints of Crimson #DB143F
RGB
CMYK
RGB Variations
Color information
#DB143F (or 0xDB143F) is known color: Crimson. HEX triplet: DB, 14 and 3F. RGB value is (219,20,63). Sum of RGB (Red+Green+Blue) = 219+20+63=302 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.52% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 219 - color contains mainly: red. Hex color #DB143F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB143F is #24EBC0. Grayscale: #545454. Windows color (decimal): -2419649 or 4134107. OLE color: 4134107.
HSL color Cylindrical-coordinate representation of color #DB143F: hue angle of 347.04º 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 #DB143F is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 63 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.14 |
| HSL | 347.04º | 0.83% | 0.47% | - |
| HSV(B) | 347.04º | 0.91% | 0.86% | - |
| XYZ | 30.36 | 15.92 | 6.18 | - |
| YUV | 84.4 | 115.93 | 224 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 63 | 0 | 0.91 | 0.71 | 0.14 | 347.04 | 0.83 | 0.47 |
| Hex | DB | 14 | 3F | 0 | 5B | 47 | E | 15B | 53 | 2F |
| Octal | 333 | 24 | 77 | 0 | 133 | 107 | 16 | 533 | 123 | 57 |
| Binary | 11011011 | 10100 | 111111 | 0 | 1011011 | 1000111 | 1110 | 101011011 | 1010011 | 101111 |
Color Harmonies of #DB143F
Complementary color
Monochromatic Colors of #DB143F
Black with #DB143F
Text Example
Text Example
White with #DB143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB143F; }
p { color: rgb(219,20,63); }
H1.HeaderClassName
{
color: #DB143F;
}
.AnyTagClassName
{
color: #DB143F;
}
</style>
background-color css
<style>
a { background-color: #DB143F; }
a { background-color: rgb(219,20,63); }
div.DivClassName
{
background-color: #DB143F;
}
.BgClassName
{
background-color: #DB143F;
}
</style>
border-color css
<style>
span { border-color: #DB143F; }
span { border-color: rgb(219,20,63); }
td.TdClassName
{
border-color: #DB143F;
}
.TagClassName
{
border-color: #DB143F;
}
</style>