Shades of Crimson #DB1A33
Tints of Crimson #DB1A33
RGB
CMYK
RGB Variations
Color information
#DB1A33 (or 0xDB1A33) is known color: Crimson. HEX triplet: DB, 1A and 33. RGB value is (219,26,51). Sum of RGB (Red+Green+Blue) = 219+26+51=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1A33 is #24E5CC. Grayscale: #565656. Windows color (decimal): -2418125 or 3349211. OLE color: 3349211.
HSL color Cylindrical-coordinate representation of color #DB1A33: hue angle of 352.23º 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 #DB1A33 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 51 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.14 |
| HSL | 352.23º | 0.79% | 0.48% | - |
| HSV(B) | 352.23º | 0.88% | 0.86% | - |
| XYZ | 30.18 | 16.04 | 4.64 | - |
| YUV | 86.56 | 107.94 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 51 | 0 | 0.88 | 0.77 | 0.14 | 352.23 | 0.79 | 0.48 |
| Hex | DB | 1A | 33 | 0 | 58 | 4D | E | 160 | 4F | 30 |
| Octal | 333 | 32 | 63 | 0 | 130 | 115 | 16 | 540 | 117 | 60 |
| Binary | 11011011 | 11010 | 110011 | 0 | 1011000 | 1001101 | 1110 | 101100000 | 1001111 | 110000 |
Color Harmonies of #DB1A33
Complementary color
Monochromatic Colors of #DB1A33
Black with #DB1A33
Text Example
Text Example
White with #DB1A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1A33; }
p { color: rgb(219,26,51); }
H1.HeaderClassName
{
color: #DB1A33;
}
.AnyTagClassName
{
color: #DB1A33;
}
</style>
background-color css
<style>
a { background-color: #DB1A33; }
a { background-color: rgb(219,26,51); }
div.DivClassName
{
background-color: #DB1A33;
}
.BgClassName
{
background-color: #DB1A33;
}
</style>
border-color css
<style>
span { border-color: #DB1A33; }
span { border-color: rgb(219,26,51); }
td.TdClassName
{
border-color: #DB1A33;
}
.TagClassName
{
border-color: #DB1A33;
}
</style>