Shades of Crimson #DB1A38
Tints of Crimson #DB1A38
RGB
CMYK
RGB Variations
Color information
#DB1A38 (or 0xDB1A38) is known color: Crimson. HEX triplet: DB, 1A and 38. RGB value is (219,26,56). Sum of RGB (Red+Green+Blue) = 219+26+56=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1A38 is #24E5C7. Grayscale: #575757. Windows color (decimal): -2418120 or 3676891. OLE color: 3676891.
HSL color Cylindrical-coordinate representation of color #DB1A38: hue angle of 350.67º 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 #DB1A38 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 56 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.14 |
| HSL | 350.67º | 0.79% | 0.48% | - |
| HSV(B) | 350.67º | 0.88% | 0.86% | - |
| XYZ | 30.3 | 16.08 | 5.25 | - |
| YUV | 87.13 | 110.44 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 56 | 0 | 0.88 | 0.74 | 0.14 | 350.67 | 0.79 | 0.48 |
| Hex | DB | 1A | 38 | 0 | 58 | 4A | E | 15F | 4F | 30 |
| Octal | 333 | 32 | 70 | 0 | 130 | 112 | 16 | 537 | 117 | 60 |
| Binary | 11011011 | 11010 | 111000 | 0 | 1011000 | 1001010 | 1110 | 101011111 | 1001111 | 110000 |
Color Harmonies of #DB1A38
Complementary color
Monochromatic Colors of #DB1A38
Black with #DB1A38
Text Example
Text Example
White with #DB1A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1A38; }
p { color: rgb(219,26,56); }
H1.HeaderClassName
{
color: #DB1A38;
}
.AnyTagClassName
{
color: #DB1A38;
}
</style>
background-color css
<style>
a { background-color: #DB1A38; }
a { background-color: rgb(219,26,56); }
div.DivClassName
{
background-color: #DB1A38;
}
.BgClassName
{
background-color: #DB1A38;
}
</style>
border-color css
<style>
span { border-color: #DB1A38; }
span { border-color: rgb(219,26,56); }
td.TdClassName
{
border-color: #DB1A38;
}
.TagClassName
{
border-color: #DB1A38;
}
</style>