Shades of Crimson #DB1A43
Tints of Crimson #DB1A43
RGB
CMYK
RGB Variations
Color information
#DB1A43 (or 0xDB1A43) is known color: Crimson. HEX triplet: DB, 1A and 43. RGB value is (219,26,67). Sum of RGB (Red+Green+Blue) = 219+26+67=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1A43 is #24E5BC. Grayscale: #585858. Windows color (decimal): -2418109 or 4397787. OLE color: 4397787.
HSL color Cylindrical-coordinate representation of color #DB1A43: hue angle of 347.25º 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 #DB1A43 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 67 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.14 |
| HSL | 347.25º | 0.79% | 0.48% | - |
| HSV(B) | 347.25º | 0.88% | 0.86% | - |
| XYZ | 30.6 | 16.2 | 6.83 | - |
| YUV | 88.38 | 115.94 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 67 | 0 | 0.88 | 0.69 | 0.14 | 347.25 | 0.79 | 0.48 |
| Hex | DB | 1A | 43 | 0 | 58 | 45 | E | 15B | 4F | 30 |
| Octal | 333 | 32 | 103 | 0 | 130 | 105 | 16 | 533 | 117 | 60 |
| Binary | 11011011 | 11010 | 1000011 | 0 | 1011000 | 1000101 | 1110 | 101011011 | 1001111 | 110000 |
Color Harmonies of #DB1A43
Complementary color
Monochromatic Colors of #DB1A43
Black with #DB1A43
Text Example
Text Example
White with #DB1A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1A43; }
p { color: rgb(219,26,67); }
H1.HeaderClassName
{
color: #DB1A43;
}
.AnyTagClassName
{
color: #DB1A43;
}
</style>
background-color css
<style>
a { background-color: #DB1A43; }
a { background-color: rgb(219,26,67); }
div.DivClassName
{
background-color: #DB1A43;
}
.BgClassName
{
background-color: #DB1A43;
}
</style>
border-color css
<style>
span { border-color: #DB1A43; }
span { border-color: rgb(219,26,67); }
td.TdClassName
{
border-color: #DB1A43;
}
.TagClassName
{
border-color: #DB1A43;
}
</style>