Shades of Rustic Red #211317
Tints of Rustic Red #211317
RGB
CMYK
RGB Variations
Color information
#211317 (or 0x211317) is known color: Rustic Red. HEX triplet: 21, 13 and 17. RGB value is (33,19,23). Sum of RGB (Red+Green+Blue) = 33+19+23=75 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 23 (9.38% from 255 or 30.67% from 75); Max value from RGB is 33 - color contains mainly: red. Hex color #211317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211317 is #DEECE8. Grayscale: #171717. Windows color (decimal): -14609641 or 1512225. OLE color: 1512225.
HSL color Cylindrical-coordinate representation of color #211317: hue angle of 342.86º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #211317 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 19 | 23 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.87 |
| HSL | 342.86º | 0.27% | 0.1% | - |
| HSV(B) | 342.86º | 0.42% | 0.13% | - |
| XYZ | 1.01 | 0.85 | 0.92 | - |
| YUV | 23.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 23 | 0 | 0.42 | 0.30 | 0.87 | 342.86 | 0.27 | 0.1 |
| Hex | 21 | 13 | 17 | 0 | 2A | 1E | 57 | 157 | 1B | A |
| Octal | 41 | 23 | 27 | 0 | 52 | 36 | 127 | 527 | 33 | 12 |
| Binary | 100001 | 10011 | 10111 | 0 | 101010 | 11110 | 1010111 | 101010111 | 11011 | 1010 |
Color Harmonies of #211317
Complementary color
Monochromatic Colors of #211317
Black with #211317
Text Example
Text Example
White with #211317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211317; }
p { color: rgb(33,19,23); }
H1.HeaderClassName
{
color: #211317;
}
.AnyTagClassName
{
color: #211317;
}
</style>
background-color css
<style>
a { background-color: #211317; }
a { background-color: rgb(33,19,23); }
div.DivClassName
{
background-color: #211317;
}
.BgClassName
{
background-color: #211317;
}
</style>
border-color css
<style>
span { border-color: #211317; }
span { border-color: rgb(33,19,23); }
td.TdClassName
{
border-color: #211317;
}
.TagClassName
{
border-color: #211317;
}
</style>