Shades of Crimson #DB1A42
Tints of Crimson #DB1A42
RGB
CMYK
RGB Variations
Color information
#DB1A42 (or 0xDB1A42) is known color: Crimson. HEX triplet: DB, 1A and 42. RGB value is (219,26,66). Sum of RGB (Red+Green+Blue) = 219+26+66=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1A42 is #24E5BD. Grayscale: #585858. Windows color (decimal): -2418110 or 4332251. OLE color: 4332251.
HSL color Cylindrical-coordinate representation of color #DB1A42: hue angle of 347.56º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1A42 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 66 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.14 |
| HSL | 347.56º | 0.79% | 0.48% | - |
| HSV(B) | 347.56º | 0.88% | 0.86% | - |
| XYZ | 30.57 | 16.19 | 6.67 | - |
| YUV | 88.27 | 115.44 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 66 | 0 | 0.88 | 0.70 | 0.14 | 347.56 | 0.79 | 0.48 |
| Hex | DB | 1A | 42 | 0 | 58 | 46 | E | 15C | 4F | 30 |
| Octal | 333 | 32 | 102 | 0 | 130 | 106 | 16 | 534 | 117 | 60 |
| Binary | 11011011 | 11010 | 1000010 | 0 | 1011000 | 1000110 | 1110 | 101011100 | 1001111 | 110000 |
Color Harmonies of #DB1A42
Complementary color
Monochromatic Colors of #DB1A42
Black with #DB1A42
Text Example
Text Example
White with #DB1A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1A42; }
p { color: rgb(219,26,66); }
H1.HeaderClassName
{
color: #DB1A42;
}
.AnyTagClassName
{
color: #DB1A42;
}
</style>
background-color css
<style>
a { background-color: #DB1A42; }
a { background-color: rgb(219,26,66); }
div.DivClassName
{
background-color: #DB1A42;
}
.BgClassName
{
background-color: #DB1A42;
}
</style>
border-color css
<style>
span { border-color: #DB1A42; }
span { border-color: rgb(219,26,66); }
td.TdClassName
{
border-color: #DB1A42;
}
.TagClassName
{
border-color: #DB1A42;
}
</style>