Shades of Crimson #DB0430
Tints of Crimson #DB0430
RGB
CMYK
RGB Variations
Color information
#DB0430 (or 0xDB0430) is known color: Crimson. HEX triplet: DB, 04 and 30. RGB value is (219,4,48). Sum of RGB (Red+Green+Blue) = 219+4+48=271 (35% of max value = 765). Red value is 219 (85.94% from 255 or 80.81% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0430 is #24FBCF. Grayscale: #494949. Windows color (decimal): -2423760 or 3146971. OLE color: 3146971.
HSL color Cylindrical-coordinate representation of color #DB0430: hue angle of 347.72º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0430 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 48 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.14 |
| HSL | 347.72º | 0.96% | 0.44% | - |
| HSV(B) | 347.72º | 0.98% | 0.86% | - |
| XYZ | 29.79 | 15.36 | 4.19 | - |
| YUV | 73.3 | 113.73 | 231.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 48 | 0 | 0.98 | 0.78 | 0.14 | 347.72 | 0.96 | 0.44 |
| Hex | DB | 4 | 30 | 0 | 62 | 4E | E | 15C | 60 | 2C |
| Octal | 333 | 4 | 60 | 0 | 142 | 116 | 16 | 534 | 140 | 54 |
| Binary | 11011011 | 100 | 110000 | 0 | 1100010 | 1001110 | 1110 | 101011100 | 1100000 | 101100 |
Color Harmonies of #DB0430
Complementary color
Monochromatic Colors of #DB0430
Black with #DB0430
Text Example
Text Example
White with #DB0430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0430; }
p { color: rgb(219,4,48); }
H1.HeaderClassName
{
color: #DB0430;
}
.AnyTagClassName
{
color: #DB0430;
}
</style>
background-color css
<style>
a { background-color: #DB0430; }
a { background-color: rgb(219,4,48); }
div.DivClassName
{
background-color: #DB0430;
}
.BgClassName
{
background-color: #DB0430;
}
</style>
border-color css
<style>
span { border-color: #DB0430; }
span { border-color: rgb(219,4,48); }
td.TdClassName
{
border-color: #DB0430;
}
.TagClassName
{
border-color: #DB0430;
}
</style>