Shades of Free Speech Red #D6160D
Tints of Free Speech Red #D6160D
RGB
CMYK
RGB Variations
Color information
#D6160D (or 0xD6160D) is known color: Free Speech Red. HEX triplet: D6, 16 and 0D. RGB value is (214,22,13). Sum of RGB (Red+Green+Blue) = 214+22+13=249 (32% of max value = 765). Red value is 214 (83.98% from 255 or 85.94% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 214 - color contains mainly: red. Hex color #D6160D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6160D is #29E9F2. Grayscale: #4E4E4E. Windows color (decimal): -2746867 or 857814. OLE color: 857814.
HSL color Cylindrical-coordinate representation of color #D6160D: hue angle of 2.69º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6160D is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 13 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.16 |
| HSL | 2.69º | 0.89% | 0.45% | - |
| HSV(B) | 2.69º | 0.94% | 0.84% | - |
| XYZ | 28.09 | 14.9 | 1.78 | - |
| YUV | 78.38 | 91.11 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 13 | 0 | 0.90 | 0.94 | 0.16 | 2.69 | 0.89 | 0.45 |
| Hex | D6 | 16 | D | 0 | 5A | 5E | 10 | 3 | 59 | 2D |
| Octal | 326 | 26 | 15 | 0 | 132 | 136 | 20 | 3 | 131 | 55 |
| Binary | 11010110 | 10110 | 1101 | 0 | 1011010 | 1011110 | 10000 | 11 | 1011001 | 101101 |
Color Harmonies of #D6160D
Complementary color
Monochromatic Colors of #D6160D
Black with #D6160D
Text Example
Text Example
White with #D6160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6160D; }
p { color: rgb(214,22,13); }
H1.HeaderClassName
{
color: #D6160D;
}
.AnyTagClassName
{
color: #D6160D;
}
</style>
background-color css
<style>
a { background-color: #D6160D; }
a { background-color: rgb(214,22,13); }
div.DivClassName
{
background-color: #D6160D;
}
.BgClassName
{
background-color: #D6160D;
}
</style>
border-color css
<style>
span { border-color: #D6160D; }
span { border-color: rgb(214,22,13); }
td.TdClassName
{
border-color: #D6160D;
}
.TagClassName
{
border-color: #D6160D;
}
</style>