Shades of Crimson #DB1338
Tints of Crimson #DB1338
RGB
CMYK
RGB Variations
Color information
#DB1338 (or 0xDB1338) is known color: Crimson. HEX triplet: DB, 13 and 38. RGB value is (219,19,56). Sum of RGB (Red+Green+Blue) = 219+19+56=294 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.49% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1338 is #24ECC7. Grayscale: #535353. Windows color (decimal): -2419912 or 3675099. OLE color: 3675099.
HSL color Cylindrical-coordinate representation of color #DB1338: hue angle of 348.9º degrees, saturation: 0.84, 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 #DB1338 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 56 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.14 |
| HSL | 348.9º | 0.84% | 0.47% | - |
| HSV(B) | 348.9º | 0.91% | 0.86% | - |
| XYZ | 30.16 | 15.81 | 5.2 | - |
| YUV | 83.02 | 112.76 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 56 | 0 | 0.91 | 0.74 | 0.14 | 348.9 | 0.84 | 0.47 |
| Hex | DB | 13 | 38 | 0 | 5B | 4A | E | 15D | 54 | 2F |
| Octal | 333 | 23 | 70 | 0 | 133 | 112 | 16 | 535 | 124 | 57 |
| Binary | 11011011 | 10011 | 111000 | 0 | 1011011 | 1001010 | 1110 | 101011101 | 1010100 | 101111 |
Color Harmonies of #DB1338
Complementary color
Monochromatic Colors of #DB1338
Black with #DB1338
Text Example
Text Example
White with #DB1338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1338; }
p { color: rgb(219,19,56); }
H1.HeaderClassName
{
color: #DB1338;
}
.AnyTagClassName
{
color: #DB1338;
}
</style>
background-color css
<style>
a { background-color: #DB1338; }
a { background-color: rgb(219,19,56); }
div.DivClassName
{
background-color: #DB1338;
}
.BgClassName
{
background-color: #DB1338;
}
</style>
border-color css
<style>
span { border-color: #DB1338; }
span { border-color: rgb(219,19,56); }
td.TdClassName
{
border-color: #DB1338;
}
.TagClassName
{
border-color: #DB1338;
}
</style>