Shades of Crimson #DB1442
Tints of Crimson #DB1442
RGB
CMYK
RGB Variations
Color information
#DB1442 (or 0xDB1442) is known color: Crimson. HEX triplet: DB, 14 and 42. RGB value is (219,20,66). Sum of RGB (Red+Green+Blue) = 219+20+66=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1442 is #24EBBD. Grayscale: #545454. Windows color (decimal): -2419646 or 4330715. OLE color: 4330715.
HSL color Cylindrical-coordinate representation of color #DB1442: hue angle of 346.13º 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 #DB1442 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 66 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.14 |
| HSL | 346.13º | 0.83% | 0.47% | - |
| HSV(B) | 346.13º | 0.91% | 0.86% | - |
| XYZ | 30.45 | 15.95 | 6.63 | - |
| YUV | 84.75 | 117.43 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 66 | 0 | 0.91 | 0.70 | 0.14 | 346.13 | 0.83 | 0.47 |
| Hex | DB | 14 | 42 | 0 | 5B | 46 | E | 15A | 53 | 2F |
| Octal | 333 | 24 | 102 | 0 | 133 | 106 | 16 | 532 | 123 | 57 |
| Binary | 11011011 | 10100 | 1000010 | 0 | 1011011 | 1000110 | 1110 | 101011010 | 1010011 | 101111 |
Color Harmonies of #DB1442
Complementary color
Monochromatic Colors of #DB1442
Black with #DB1442
Text Example
Text Example
White with #DB1442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1442; }
p { color: rgb(219,20,66); }
H1.HeaderClassName
{
color: #DB1442;
}
.AnyTagClassName
{
color: #DB1442;
}
</style>
background-color css
<style>
a { background-color: #DB1442; }
a { background-color: rgb(219,20,66); }
div.DivClassName
{
background-color: #DB1442;
}
.BgClassName
{
background-color: #DB1442;
}
</style>
border-color css
<style>
span { border-color: #DB1442; }
span { border-color: rgb(219,20,66); }
td.TdClassName
{
border-color: #DB1442;
}
.TagClassName
{
border-color: #DB1442;
}
</style>