Shades of Rustic Red #211719
Tints of Rustic Red #211719
RGB
CMYK
RGB Variations
Color information
#211719 (or 0x211719) is known color: Rustic Red. HEX triplet: 21, 17 and 19. RGB value is (33,23,25). Sum of RGB (Red+Green+Blue) = 33+23+25=81 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.74% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 25 (10.16% from 255 or 30.86% from 81); Max value from RGB is 33 - color contains mainly: red. Hex color #211719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211719 is #DEE8E6. Grayscale: #1A1A1A. Windows color (decimal): -14608615 or 1644321. OLE color: 1644321.
HSL color Cylindrical-coordinate representation of color #211719: hue angle of 348º degrees, saturation: 0.18, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #211719 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 23 | 25 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.87 |
| HSL | 348º | 0.18% | 0.11% | - |
| HSV(B) | 348º | 0.3% | 0.13% | - |
| XYZ | 1.11 | 1.01 | 1.06 | - |
| YUV | 26.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 23 | 25 | 0 | 0.30 | 0.24 | 0.87 | 348 | 0.18 | 0.11 |
| Hex | 21 | 17 | 19 | 0 | 1E | 18 | 57 | 15C | 12 | B |
| Octal | 41 | 27 | 31 | 0 | 36 | 30 | 127 | 534 | 22 | 13 |
| Binary | 100001 | 10111 | 11001 | 0 | 11110 | 11000 | 1010111 | 101011100 | 10010 | 1011 |
Color Harmonies of #211719
Complementary color
Monochromatic Colors of #211719
Black with #211719
Text Example
Text Example
White with #211719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211719; }
p { color: rgb(33,23,25); }
H1.HeaderClassName
{
color: #211719;
}
.AnyTagClassName
{
color: #211719;
}
</style>
background-color css
<style>
a { background-color: #211719; }
a { background-color: rgb(33,23,25); }
div.DivClassName
{
background-color: #211719;
}
.BgClassName
{
background-color: #211719;
}
</style>
border-color css
<style>
span { border-color: #211719; }
span { border-color: rgb(33,23,25); }
td.TdClassName
{
border-color: #211719;
}
.TagClassName
{
border-color: #211719;
}
</style>