Shades of Crimson #DB022A
Tints of Crimson #DB022A
RGB
CMYK
RGB Variations
Color information
#DB022A (or 0xDB022A) is known color: Crimson. HEX triplet: DB, 02 and 2A. RGB value is (219,2,42). Sum of RGB (Red+Green+Blue) = 219+2+42=263 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.27% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 219 - color contains mainly: red. Hex color #DB022A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB022A is #24FDD5. Grayscale: #474747. Windows color (decimal): -2424278 or 2753243. OLE color: 2753243.
HSL color Cylindrical-coordinate representation of color #DB022A: hue angle of 348.94º 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 #DB022A is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 42 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.14 |
| HSL | 348.94º | 0.98% | 0.43% | - |
| HSV(B) | 348.94º | 0.99% | 0.86% | - |
| XYZ | 29.65 | 15.27 | 3.58 | - |
| YUV | 71.44 | 111.39 | 233.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 42 | 0 | 0.99 | 0.81 | 0.14 | 348.94 | 0.98 | 0.43 |
| Hex | DB | 2 | 2A | 0 | 63 | 51 | E | 15D | 62 | 2B |
| Octal | 333 | 2 | 52 | 0 | 143 | 121 | 16 | 535 | 142 | 53 |
| Binary | 11011011 | 10 | 101010 | 0 | 1100011 | 1010001 | 1110 | 101011101 | 1100010 | 101011 |
Color Harmonies of #DB022A
Complementary color
Monochromatic Colors of #DB022A
Black with #DB022A
Text Example
Text Example
White with #DB022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB022A; }
p { color: rgb(219,2,42); }
H1.HeaderClassName
{
color: #DB022A;
}
.AnyTagClassName
{
color: #DB022A;
}
</style>
background-color css
<style>
a { background-color: #DB022A; }
a { background-color: rgb(219,2,42); }
div.DivClassName
{
background-color: #DB022A;
}
.BgClassName
{
background-color: #DB022A;
}
</style>
border-color css
<style>
span { border-color: #DB022A; }
span { border-color: rgb(219,2,42); }
td.TdClassName
{
border-color: #DB022A;
}
.TagClassName
{
border-color: #DB022A;
}
</style>