Shades of Crimson #DB1A34
Tints of Crimson #DB1A34
RGB
CMYK
RGB Variations
Color information
#DB1A34 (or 0xDB1A34) is known color: Crimson. HEX triplet: DB, 1A and 34. RGB value is (219,26,52). Sum of RGB (Red+Green+Blue) = 219+26+52=297 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.74% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1A34 is #24E5CB. Grayscale: #565656. Windows color (decimal): -2418124 or 3414747. OLE color: 3414747.
HSL color Cylindrical-coordinate representation of color #DB1A34: hue angle of 351.92º 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 #DB1A34 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 52 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.14 |
| HSL | 351.92º | 0.79% | 0.48% | - |
| HSV(B) | 351.92º | 0.88% | 0.86% | - |
| XYZ | 30.2 | 16.05 | 4.75 | - |
| YUV | 86.67 | 108.44 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 52 | 0 | 0.88 | 0.76 | 0.14 | 351.92 | 0.79 | 0.48 |
| Hex | DB | 1A | 34 | 0 | 58 | 4C | E | 160 | 4F | 30 |
| Octal | 333 | 32 | 64 | 0 | 130 | 114 | 16 | 540 | 117 | 60 |
| Binary | 11011011 | 11010 | 110100 | 0 | 1011000 | 1001100 | 1110 | 101100000 | 1001111 | 110000 |
Color Harmonies of #DB1A34
Complementary color
Monochromatic Colors of #DB1A34
Black with #DB1A34
Text Example
Text Example
White with #DB1A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1A34; }
p { color: rgb(219,26,52); }
H1.HeaderClassName
{
color: #DB1A34;
}
.AnyTagClassName
{
color: #DB1A34;
}
</style>
background-color css
<style>
a { background-color: #DB1A34; }
a { background-color: rgb(219,26,52); }
div.DivClassName
{
background-color: #DB1A34;
}
.BgClassName
{
background-color: #DB1A34;
}
</style>
border-color css
<style>
span { border-color: #DB1A34; }
span { border-color: rgb(219,26,52); }
td.TdClassName
{
border-color: #DB1A34;
}
.TagClassName
{
border-color: #DB1A34;
}
</style>