Shades of Crimson #DB023E
Tints of Crimson #DB023E
RGB
CMYK
RGB Variations
Color information
#DB023E (or 0xDB023E) is known color: Crimson. HEX triplet: DB, 02 and 3E. RGB value is (219,2,62). Sum of RGB (Red+Green+Blue) = 219+2+62=283 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.39% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 219 - color contains mainly: red. Hex color #DB023E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB023E is #24FDC1. Grayscale: #494949. Windows color (decimal): -2424258 or 4063963. OLE color: 4063963.
HSL color Cylindrical-coordinate representation of color #DB023E: hue angle of 343.41º 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 #DB023E is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 62 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.14 |
| HSL | 343.41º | 0.98% | 0.43% | - |
| HSV(B) | 343.41º | 0.99% | 0.86% | - |
| XYZ | 30.1 | 15.45 | 5.95 | - |
| YUV | 73.72 | 121.39 | 231.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 62 | 0 | 0.99 | 0.72 | 0.14 | 343.41 | 0.98 | 0.43 |
| Hex | DB | 2 | 3E | 0 | 63 | 48 | E | 157 | 62 | 2B |
| Octal | 333 | 2 | 76 | 0 | 143 | 110 | 16 | 527 | 142 | 53 |
| Binary | 11011011 | 10 | 111110 | 0 | 1100011 | 1001000 | 1110 | 101010111 | 1100010 | 101011 |
Color Harmonies of #DB023E
Complementary color
Monochromatic Colors of #DB023E
Black with #DB023E
Text Example
Text Example
White with #DB023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB023E; }
p { color: rgb(219,2,62); }
H1.HeaderClassName
{
color: #DB023E;
}
.AnyTagClassName
{
color: #DB023E;
}
</style>
background-color css
<style>
a { background-color: #DB023E; }
a { background-color: rgb(219,2,62); }
div.DivClassName
{
background-color: #DB023E;
}
.BgClassName
{
background-color: #DB023E;
}
</style>
border-color css
<style>
span { border-color: #DB023E; }
span { border-color: rgb(219,2,62); }
td.TdClassName
{
border-color: #DB023E;
}
.TagClassName
{
border-color: #DB023E;
}
</style>