Shades of Free Speech Red #D2160D
Tints of Free Speech Red #D2160D
RGB
CMYK
RGB Variations
Color information
#D2160D (or 0xD2160D) is known color: Free Speech Red. HEX triplet: D2, 16 and 0D. RGB value is (210,22,13). Sum of RGB (Red+Green+Blue) = 210+22+13=245 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.71% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 210 - color contains mainly: red. Hex color #D2160D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2160D is #2DE9F2. Grayscale: #4D4D4D. Windows color (decimal): -3009011 or 857810. OLE color: 857810.
HSL color Cylindrical-coordinate representation of color #D2160D: hue angle of 2.74º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2160D is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 13 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.18 |
| HSL | 2.74º | 0.88% | 0.44% | - |
| HSV(B) | 2.74º | 0.94% | 0.82% | - |
| XYZ | 26.94 | 14.3 | 1.72 | - |
| YUV | 77.19 | 91.78 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 13 | 0 | 0.90 | 0.94 | 0.18 | 2.74 | 0.88 | 0.44 |
| Hex | D2 | 16 | D | 0 | 5A | 5E | 12 | 3 | 58 | 2C |
| Octal | 322 | 26 | 15 | 0 | 132 | 136 | 22 | 3 | 130 | 54 |
| Binary | 11010010 | 10110 | 1101 | 0 | 1011010 | 1011110 | 10010 | 11 | 1011000 | 101100 |
Color Harmonies of #D2160D
Complementary color
Monochromatic Colors of #D2160D
Black with #D2160D
Text Example
Text Example
White with #D2160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2160D; }
p { color: rgb(210,22,13); }
H1.HeaderClassName
{
color: #D2160D;
}
.AnyTagClassName
{
color: #D2160D;
}
</style>
background-color css
<style>
a { background-color: #D2160D; }
a { background-color: rgb(210,22,13); }
div.DivClassName
{
background-color: #D2160D;
}
.BgClassName
{
background-color: #D2160D;
}
</style>
border-color css
<style>
span { border-color: #D2160D; }
span { border-color: rgb(210,22,13); }
td.TdClassName
{
border-color: #D2160D;
}
.TagClassName
{
border-color: #D2160D;
}
</style>