Shades of Crimson #DB1430
Tints of Crimson #DB1430
RGB
CMYK
RGB Variations
Color information
#DB1430 (or 0xDB1430) is known color: Crimson. HEX triplet: DB, 14 and 30. RGB value is (219,20,48). Sum of RGB (Red+Green+Blue) = 219+20+48=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1430 is #24EBCF. Grayscale: #525252. Windows color (decimal): -2419664 or 3151067. OLE color: 3151067.
HSL color Cylindrical-coordinate representation of color #DB1430: hue angle of 351.56º 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 #DB1430 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 48 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.14 |
| HSL | 351.56º | 0.83% | 0.47% | - |
| HSV(B) | 351.56º | 0.91% | 0.86% | - |
| XYZ | 30 | 15.77 | 4.26 | - |
| YUV | 82.69 | 108.43 | 225.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 48 | 0 | 0.91 | 0.78 | 0.14 | 351.56 | 0.83 | 0.47 |
| Hex | DB | 14 | 30 | 0 | 5B | 4E | E | 160 | 53 | 2F |
| Octal | 333 | 24 | 60 | 0 | 133 | 116 | 16 | 540 | 123 | 57 |
| Binary | 11011011 | 10100 | 110000 | 0 | 1011011 | 1001110 | 1110 | 101100000 | 1010011 | 101111 |
Color Harmonies of #DB1430
Complementary color
Monochromatic Colors of #DB1430
Black with #DB1430
Text Example
Text Example
White with #DB1430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1430; }
p { color: rgb(219,20,48); }
H1.HeaderClassName
{
color: #DB1430;
}
.AnyTagClassName
{
color: #DB1430;
}
</style>
background-color css
<style>
a { background-color: #DB1430; }
a { background-color: rgb(219,20,48); }
div.DivClassName
{
background-color: #DB1430;
}
.BgClassName
{
background-color: #DB1430;
}
</style>
border-color css
<style>
span { border-color: #DB1430; }
span { border-color: rgb(219,20,48); }
td.TdClassName
{
border-color: #DB1430;
}
.TagClassName
{
border-color: #DB1430;
}
</style>