Shades of Rustic Red #211415
Tints of Rustic Red #211415
RGB
CMYK
RGB Variations
Color information
#211415 (or 0x211415) is known color: Rustic Red. HEX triplet: 21, 14 and 15. RGB value is (33,20,21). Sum of RGB (Red+Green+Blue) = 33+20+21=74 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44.59% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 21 (8.59% from 255 or 28.38% from 74); Max value from RGB is 33 - color contains mainly: red. Hex color #211415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211415 is #DEEBEA. Grayscale: #181818. Windows color (decimal): -14609387 or 1381409. OLE color: 1381409.
HSL color Cylindrical-coordinate representation of color #211415: hue angle of 355.38º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #211415 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 20 | 21 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.87 |
| HSL | 355.38º | 0.25% | 0.1% | - |
| HSV(B) | 355.38º | 0.39% | 0.13% | - |
| XYZ | 1.01 | 0.88 | 0.83 | - |
| YUV | 24 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 21 | 0 | 0.39 | 0.36 | 0.87 | 355.38 | 0.25 | 0.1 |
| Hex | 21 | 14 | 15 | 0 | 27 | 24 | 57 | 163 | 19 | A |
| Octal | 41 | 24 | 25 | 0 | 47 | 44 | 127 | 543 | 31 | 12 |
| Binary | 100001 | 10100 | 10101 | 0 | 100111 | 100100 | 1010111 | 101100011 | 11001 | 1010 |
Color Harmonies of #211415
Complementary color
Monochromatic Colors of #211415
Black with #211415
Text Example
Text Example
White with #211415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211415; }
p { color: rgb(33,20,21); }
H1.HeaderClassName
{
color: #211415;
}
.AnyTagClassName
{
color: #211415;
}
</style>
background-color css
<style>
a { background-color: #211415; }
a { background-color: rgb(33,20,21); }
div.DivClassName
{
background-color: #211415;
}
.BgClassName
{
background-color: #211415;
}
</style>
border-color css
<style>
span { border-color: #211415; }
span { border-color: rgb(33,20,21); }
td.TdClassName
{
border-color: #211415;
}
.TagClassName
{
border-color: #211415;
}
</style>