Shades of Free Speech Red #D9160B
Tints of Free Speech Red #D9160B
RGB
CMYK
RGB Variations
Color information
#D9160B (or 0xD9160B) is known color: Free Speech Red. HEX triplet: D9, 16 and 0B. RGB value is (217,22,11). Sum of RGB (Red+Green+Blue) = 217+22+11=250 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.8% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 217 - color contains mainly: red. Hex color #D9160B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9160B is #26E9F4. Grayscale: #4F4F4F. Windows color (decimal): -2550261 or 726745. OLE color: 726745.
HSL color Cylindrical-coordinate representation of color #D9160B: hue angle of 3.2º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D9160B is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 11 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.15 |
| HSL | 3.2º | 0.9% | 0.45% | - |
| HSV(B) | 3.2º | 0.95% | 0.85% | - |
| XYZ | 28.96 | 15.35 | 1.75 | - |
| YUV | 79.05 | 89.6 | 226.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 11 | 0 | 0.90 | 0.95 | 0.15 | 3.2 | 0.9 | 0.45 |
| Hex | D9 | 16 | B | 0 | 5A | 5F | F | 3 | 5A | 2D |
| Octal | 331 | 26 | 13 | 0 | 132 | 137 | 17 | 3 | 132 | 55 |
| Binary | 11011001 | 10110 | 1011 | 0 | 1011010 | 1011111 | 1111 | 11 | 1011010 | 101101 |
Color Harmonies of #D9160B
Complementary color
Monochromatic Colors of #D9160B
Black with #D9160B
Text Example
Text Example
White with #D9160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9160B; }
p { color: rgb(217,22,11); }
H1.HeaderClassName
{
color: #D9160B;
}
.AnyTagClassName
{
color: #D9160B;
}
</style>
background-color css
<style>
a { background-color: #D9160B; }
a { background-color: rgb(217,22,11); }
div.DivClassName
{
background-color: #D9160B;
}
.BgClassName
{
background-color: #D9160B;
}
</style>
border-color css
<style>
span { border-color: #D9160B; }
span { border-color: rgb(217,22,11); }
td.TdClassName
{
border-color: #D9160B;
}
.TagClassName
{
border-color: #D9160B;
}
</style>