Shades of Crimson #DB143E
Tints of Crimson #DB143E
RGB
CMYK
RGB Variations
Color information
#DB143E (or 0xDB143E) is known color: Crimson. HEX triplet: DB, 14 and 3E. RGB value is (219,20,62). Sum of RGB (Red+Green+Blue) = 219+20+62=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB143E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB143E is #24EBC1. Grayscale: #545454. Windows color (decimal): -2419650 or 4068571. OLE color: 4068571.
HSL color Cylindrical-coordinate representation of color #DB143E: hue angle of 347.34º 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 #DB143E is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 62 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.14 |
| HSL | 347.34º | 0.83% | 0.47% | - |
| HSV(B) | 347.34º | 0.91% | 0.86% | - |
| XYZ | 30.33 | 15.91 | 6.03 | - |
| YUV | 84.29 | 115.43 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 62 | 0 | 0.91 | 0.72 | 0.14 | 347.34 | 0.83 | 0.47 |
| Hex | DB | 14 | 3E | 0 | 5B | 48 | E | 15B | 53 | 2F |
| Octal | 333 | 24 | 76 | 0 | 133 | 110 | 16 | 533 | 123 | 57 |
| Binary | 11011011 | 10100 | 111110 | 0 | 1011011 | 1001000 | 1110 | 101011011 | 1010011 | 101111 |
Color Harmonies of #DB143E
Complementary color
Monochromatic Colors of #DB143E
Black with #DB143E
Text Example
Text Example
White with #DB143E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB143E; }
p { color: rgb(219,20,62); }
H1.HeaderClassName
{
color: #DB143E;
}
.AnyTagClassName
{
color: #DB143E;
}
</style>
background-color css
<style>
a { background-color: #DB143E; }
a { background-color: rgb(219,20,62); }
div.DivClassName
{
background-color: #DB143E;
}
.BgClassName
{
background-color: #DB143E;
}
</style>
border-color css
<style>
span { border-color: #DB143E; }
span { border-color: rgb(219,20,62); }
td.TdClassName
{
border-color: #DB143E;
}
.TagClassName
{
border-color: #DB143E;
}
</style>