Shades of Crimson #DB1A31
Tints of Crimson #DB1A31
RGB
CMYK
RGB Variations
Color information
#DB1A31 (or 0xDB1A31) is known color: Crimson. HEX triplet: DB, 1A and 31. RGB value is (219,26,49). Sum of RGB (Red+Green+Blue) = 219+26+49=294 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.49% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1A31 is #24E5CE. Grayscale: #565656. Windows color (decimal): -2418127 or 3218139. OLE color: 3218139.
HSL color Cylindrical-coordinate representation of color #DB1A31: hue angle of 352.85º 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 #DB1A31 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 49 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.14 |
| HSL | 352.85º | 0.79% | 0.48% | - |
| HSV(B) | 352.85º | 0.88% | 0.86% | - |
| XYZ | 30.14 | 16.02 | 4.41 | - |
| YUV | 86.33 | 106.94 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 49 | 0 | 0.88 | 0.78 | 0.14 | 352.85 | 0.79 | 0.48 |
| Hex | DB | 1A | 31 | 0 | 58 | 4E | E | 161 | 4F | 30 |
| Octal | 333 | 32 | 61 | 0 | 130 | 116 | 16 | 541 | 117 | 60 |
| Binary | 11011011 | 11010 | 110001 | 0 | 1011000 | 1001110 | 1110 | 101100001 | 1001111 | 110000 |
Color Harmonies of #DB1A31
Complementary color
Monochromatic Colors of #DB1A31
Black with #DB1A31
Text Example
Text Example
White with #DB1A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1A31; }
p { color: rgb(219,26,49); }
H1.HeaderClassName
{
color: #DB1A31;
}
.AnyTagClassName
{
color: #DB1A31;
}
</style>
background-color css
<style>
a { background-color: #DB1A31; }
a { background-color: rgb(219,26,49); }
div.DivClassName
{
background-color: #DB1A31;
}
.BgClassName
{
background-color: #DB1A31;
}
</style>
border-color css
<style>
span { border-color: #DB1A31; }
span { border-color: rgb(219,26,49); }
td.TdClassName
{
border-color: #DB1A31;
}
.TagClassName
{
border-color: #DB1A31;
}
</style>