Shades of Crimson #DB1A45
Tints of Crimson #DB1A45
RGB
CMYK
RGB Variations
Color information
#DB1A45 (or 0xDB1A45) is known color: Crimson. HEX triplet: DB, 1A and 45. RGB value is (219,26,69). Sum of RGB (Red+Green+Blue) = 219+26+69=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1A45 is #24E5BA. Grayscale: #585858. Windows color (decimal): -2418107 or 4528859. OLE color: 4528859.
HSL color Cylindrical-coordinate representation of color #DB1A45: hue angle of 346.63º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1A45 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 69 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.14 |
| HSL | 346.63º | 0.79% | 0.48% | - |
| HSV(B) | 346.63º | 0.88% | 0.86% | - |
| XYZ | 30.66 | 16.23 | 7.15 | - |
| YUV | 88.61 | 116.94 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 69 | 0 | 0.88 | 0.68 | 0.14 | 346.63 | 0.79 | 0.48 |
| Hex | DB | 1A | 45 | 0 | 58 | 44 | E | 15B | 4F | 30 |
| Octal | 333 | 32 | 105 | 0 | 130 | 104 | 16 | 533 | 117 | 60 |
| Binary | 11011011 | 11010 | 1000101 | 0 | 1011000 | 1000100 | 1110 | 101011011 | 1001111 | 110000 |
Color Harmonies of #DB1A45
Complementary color
Monochromatic Colors of #DB1A45
Black with #DB1A45
Text Example
Text Example
White with #DB1A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1A45; }
p { color: rgb(219,26,69); }
H1.HeaderClassName
{
color: #DB1A45;
}
.AnyTagClassName
{
color: #DB1A45;
}
</style>
background-color css
<style>
a { background-color: #DB1A45; }
a { background-color: rgb(219,26,69); }
div.DivClassName
{
background-color: #DB1A45;
}
.BgClassName
{
background-color: #DB1A45;
}
</style>
border-color css
<style>
span { border-color: #DB1A45; }
span { border-color: rgb(219,26,69); }
td.TdClassName
{
border-color: #DB1A45;
}
.TagClassName
{
border-color: #DB1A45;
}
</style>