Shades of Crimson #DB013D
Tints of Crimson #DB013D
RGB
CMYK
RGB Variations
Color information
#DB013D (or 0xDB013D) is known color: Crimson. HEX triplet: DB, 01 and 3D. RGB value is (219,1,61). Sum of RGB (Red+Green+Blue) = 219+1+61=281 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.94% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 219 - color contains mainly: red. Hex color #DB013D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB013D is #24FEC2. Grayscale: #494949. Windows color (decimal): -2424515 or 3998171. OLE color: 3998171.
HSL color Cylindrical-coordinate representation of color #DB013D: hue angle of 343.49º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB013D is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 61 | - |
| CMYK | 0 | 1.00 | 0.72 | 0.14 |
| HSL | 343.49º | 0.99% | 0.43% | - |
| HSV(B) | 343.49º | 1% | 0.86% | - |
| XYZ | 30.07 | 15.42 | 5.81 | - |
| YUV | 73.02 | 121.22 | 232.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 61 | 0 | 1.00 | 0.72 | 0.14 | 343.49 | 0.99 | 0.43 |
| Hex | DB | 1 | 3D | 0 | 64 | 48 | E | 157 | 63 | 2B |
| Octal | 333 | 1 | 75 | 0 | 144 | 110 | 16 | 527 | 143 | 53 |
| Binary | 11011011 | 1 | 111101 | 0 | 1100100 | 1001000 | 1110 | 101010111 | 1100011 | 101011 |
Color Harmonies of #DB013D
Complementary color
Monochromatic Colors of #DB013D
Black with #DB013D
Text Example
Text Example
White with #DB013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB013D; }
p { color: rgb(219,1,61); }
H1.HeaderClassName
{
color: #DB013D;
}
.AnyTagClassName
{
color: #DB013D;
}
</style>
background-color css
<style>
a { background-color: #DB013D; }
a { background-color: rgb(219,1,61); }
div.DivClassName
{
background-color: #DB013D;
}
.BgClassName
{
background-color: #DB013D;
}
</style>
border-color css
<style>
span { border-color: #DB013D; }
span { border-color: rgb(219,1,61); }
td.TdClassName
{
border-color: #DB013D;
}
.TagClassName
{
border-color: #DB013D;
}
</style>