Shades of Free Speech Red #D0170B
Tints of Free Speech Red #D0170B
RGB
CMYK
RGB Variations
Color information
#D0170B (or 0xD0170B) is known color: Free Speech Red. HEX triplet: D0, 17 and 0B. RGB value is (208,23,11). Sum of RGB (Red+Green+Blue) = 208+23+11=242 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.95% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 208 - color contains mainly: red. Hex color #D0170B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0170B is #2FE8F4. Grayscale: #4D4D4D. Windows color (decimal): -3139829 or 726992. OLE color: 726992.
HSL color Cylindrical-coordinate representation of color #D0170B: hue angle of 3.65º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D0170B is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 23 | 11 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.18 |
| HSL | 3.65º | 0.9% | 0.43% | - |
| HSV(B) | 3.65º | 0.95% | 0.82% | - |
| XYZ | 26.38 | 14.05 | 1.64 | - |
| YUV | 76.95 | 90.79 | 221.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 23 | 11 | 0 | 0.89 | 0.95 | 0.18 | 3.65 | 0.9 | 0.43 |
| Hex | D0 | 17 | B | 0 | 59 | 5F | 12 | 4 | 5A | 2B |
| Octal | 320 | 27 | 13 | 0 | 131 | 137 | 22 | 4 | 132 | 53 |
| Binary | 11010000 | 10111 | 1011 | 0 | 1011001 | 1011111 | 10010 | 100 | 1011010 | 101011 |
Color Harmonies of #D0170B
Complementary color
Monochromatic Colors of #D0170B
Black with #D0170B
Text Example
Text Example
White with #D0170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0170B; }
p { color: rgb(208,23,11); }
H1.HeaderClassName
{
color: #D0170B;
}
.AnyTagClassName
{
color: #D0170B;
}
</style>
background-color css
<style>
a { background-color: #D0170B; }
a { background-color: rgb(208,23,11); }
div.DivClassName
{
background-color: #D0170B;
}
.BgClassName
{
background-color: #D0170B;
}
</style>
border-color css
<style>
span { border-color: #D0170B; }
span { border-color: rgb(208,23,11); }
td.TdClassName
{
border-color: #D0170B;
}
.TagClassName
{
border-color: #D0170B;
}
</style>