Shades of Crimson #DB023D
Tints of Crimson #DB023D
RGB
CMYK
RGB Variations
Color information
#DB023D (or 0xDB023D) is known color: Crimson. HEX triplet: DB, 02 and 3D. RGB value is (219,2,61). Sum of RGB (Red+Green+Blue) = 219+2+61=282 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.66% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 219 - color contains mainly: red. Hex color #DB023D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB023D is #24FDC2. Grayscale: #494949. Windows color (decimal): -2424259 or 3998427. OLE color: 3998427.
HSL color Cylindrical-coordinate representation of color #DB023D: hue angle of 343.69º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB023D is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.14 |
| HSL | 343.69º | 0.98% | 0.43% | - |
| HSV(B) | 343.69º | 0.99% | 0.86% | - |
| XYZ | 30.08 | 15.44 | 5.81 | - |
| YUV | 73.61 | 120.89 | 231.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 61 | 0 | 0.99 | 0.72 | 0.14 | 343.69 | 0.98 | 0.43 |
| Hex | DB | 2 | 3D | 0 | 63 | 48 | E | 158 | 62 | 2B |
| Octal | 333 | 2 | 75 | 0 | 143 | 110 | 16 | 530 | 142 | 53 |
| Binary | 11011011 | 10 | 111101 | 0 | 1100011 | 1001000 | 1110 | 101011000 | 1100010 | 101011 |
Color Harmonies of #DB023D
Complementary color
Monochromatic Colors of #DB023D
Black with #DB023D
Text Example
Text Example
White with #DB023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB023D; }
p { color: rgb(219,2,61); }
H1.HeaderClassName
{
color: #DB023D;
}
.AnyTagClassName
{
color: #DB023D;
}
</style>
background-color css
<style>
a { background-color: #DB023D; }
a { background-color: rgb(219,2,61); }
div.DivClassName
{
background-color: #DB023D;
}
.BgClassName
{
background-color: #DB023D;
}
</style>
border-color css
<style>
span { border-color: #DB023D; }
span { border-color: rgb(219,2,61); }
td.TdClassName
{
border-color: #DB023D;
}
.TagClassName
{
border-color: #DB023D;
}
</style>