Shades of Crimson #DB133C
Tints of Crimson #DB133C
RGB
CMYK
RGB Variations
Color information
#DB133C (or 0xDB133C) is known color: Crimson. HEX triplet: DB, 13 and 3C. RGB value is (219,19,60). Sum of RGB (Red+Green+Blue) = 219+19+60=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB133C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB133C is #24ECC3. Grayscale: #535353. Windows color (decimal): -2419908 or 3937243. OLE color: 3937243.
HSL color Cylindrical-coordinate representation of color #DB133C: hue angle of 347.7º 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 #DB133C is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 60 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.14 |
| HSL | 347.7º | 0.84% | 0.47% | - |
| HSV(B) | 347.7º | 0.91% | 0.86% | - |
| XYZ | 30.26 | 15.85 | 5.74 | - |
| YUV | 83.47 | 114.76 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 60 | 0 | 0.91 | 0.73 | 0.14 | 347.7 | 0.84 | 0.47 |
| Hex | DB | 13 | 3C | 0 | 5B | 49 | E | 15C | 54 | 2F |
| Octal | 333 | 23 | 74 | 0 | 133 | 111 | 16 | 534 | 124 | 57 |
| Binary | 11011011 | 10011 | 111100 | 0 | 1011011 | 1001001 | 1110 | 101011100 | 1010100 | 101111 |
Color Harmonies of #DB133C
Complementary color
Monochromatic Colors of #DB133C
Black with #DB133C
Text Example
Text Example
White with #DB133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB133C; }
p { color: rgb(219,19,60); }
H1.HeaderClassName
{
color: #DB133C;
}
.AnyTagClassName
{
color: #DB133C;
}
</style>
background-color css
<style>
a { background-color: #DB133C; }
a { background-color: rgb(219,19,60); }
div.DivClassName
{
background-color: #DB133C;
}
.BgClassName
{
background-color: #DB133C;
}
</style>
border-color css
<style>
span { border-color: #DB133C; }
span { border-color: rgb(219,19,60); }
td.TdClassName
{
border-color: #DB133C;
}
.TagClassName
{
border-color: #DB133C;
}
</style>