Shades of Crimson #DB1342
Tints of Crimson #DB1342
RGB
CMYK
RGB Variations
Color information
#DB1342 (or 0xDB1342) is known color: Crimson. HEX triplet: DB, 13 and 42. RGB value is (219,19,66). Sum of RGB (Red+Green+Blue) = 219+19+66=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1342 is #24ECBD. Grayscale: #545454. Windows color (decimal): -2419902 or 4330459. OLE color: 4330459.
HSL color Cylindrical-coordinate representation of color #DB1342: hue angle of 345.9º 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 #DB1342 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 66 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.14 |
| HSL | 345.9º | 0.84% | 0.47% | - |
| HSV(B) | 345.9º | 0.91% | 0.86% | - |
| XYZ | 30.43 | 15.92 | 6.62 | - |
| YUV | 84.16 | 117.76 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 66 | 0 | 0.91 | 0.70 | 0.14 | 345.9 | 0.84 | 0.47 |
| Hex | DB | 13 | 42 | 0 | 5B | 46 | E | 15A | 54 | 2F |
| Octal | 333 | 23 | 102 | 0 | 133 | 106 | 16 | 532 | 124 | 57 |
| Binary | 11011011 | 10011 | 1000010 | 0 | 1011011 | 1000110 | 1110 | 101011010 | 1010100 | 101111 |
Color Harmonies of #DB1342
Complementary color
Monochromatic Colors of #DB1342
Black with #DB1342
Text Example
Text Example
White with #DB1342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1342; }
p { color: rgb(219,19,66); }
H1.HeaderClassName
{
color: #DB1342;
}
.AnyTagClassName
{
color: #DB1342;
}
</style>
background-color css
<style>
a { background-color: #DB1342; }
a { background-color: rgb(219,19,66); }
div.DivClassName
{
background-color: #DB1342;
}
.BgClassName
{
background-color: #DB1342;
}
</style>
border-color css
<style>
span { border-color: #DB1342; }
span { border-color: rgb(219,19,66); }
td.TdClassName
{
border-color: #DB1342;
}
.TagClassName
{
border-color: #DB1342;
}
</style>