Shades of Crimson #DB134B
Tints of Crimson #DB134B
RGB
CMYK
RGB Variations
Color information
#DB134B (or 0xDB134B) is known color: Crimson. HEX triplet: DB, 13 and 4B. RGB value is (219,19,75). Sum of RGB (Red+Green+Blue) = 219+19+75=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB134B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB134B is #24ECB4. Grayscale: #555555. Windows color (decimal): -2419893 or 4920283. OLE color: 4920283.
HSL color Cylindrical-coordinate representation of color #DB134B: hue angle of 343.2º 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 #DB134B is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 75 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.14 |
| HSL | 343.2º | 0.84% | 0.47% | - |
| HSV(B) | 343.2º | 0.91% | 0.86% | - |
| XYZ | 30.72 | 16.03 | 8.13 | - |
| YUV | 85.18 | 122.26 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 75 | 0 | 0.91 | 0.66 | 0.14 | 343.2 | 0.84 | 0.47 |
| Hex | DB | 13 | 4B | 0 | 5B | 42 | E | 157 | 54 | 2F |
| Octal | 333 | 23 | 113 | 0 | 133 | 102 | 16 | 527 | 124 | 57 |
| Binary | 11011011 | 10011 | 1001011 | 0 | 1011011 | 1000010 | 1110 | 101010111 | 1010100 | 101111 |
Color Harmonies of #DB134B
Complementary color
Monochromatic Colors of #DB134B
Black with #DB134B
Text Example
Text Example
White with #DB134B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB134B; }
p { color: rgb(219,19,75); }
H1.HeaderClassName
{
color: #DB134B;
}
.AnyTagClassName
{
color: #DB134B;
}
</style>
background-color css
<style>
a { background-color: #DB134B; }
a { background-color: rgb(219,19,75); }
div.DivClassName
{
background-color: #DB134B;
}
.BgClassName
{
background-color: #DB134B;
}
</style>
border-color css
<style>
span { border-color: #DB134B; }
span { border-color: rgb(219,19,75); }
td.TdClassName
{
border-color: #DB134B;
}
.TagClassName
{
border-color: #DB134B;
}
</style>