Shades of Free Speech Red #D3170B
Tints of Free Speech Red #D3170B
RGB
CMYK
RGB Variations
Color information
#D3170B (or 0xD3170B) is known color: Free Speech Red. HEX triplet: D3, 17 and 0B. RGB value is (211,23,11). Sum of RGB (Red+Green+Blue) = 211+23+11=245 (32% of max value = 765). Red value is 211 (82.81% from 255 or 86.12% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 211 - color contains mainly: red. Hex color #D3170B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D3170B is #2CE8F4. Grayscale: #4E4E4E. Windows color (decimal): -2943221 or 726995. OLE color: 726995.
HSL color Cylindrical-coordinate representation of color #D3170B: hue angle of 3.6º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D3170B is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 23 | 11 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.17 |
| HSL | 3.6º | 0.9% | 0.44% | - |
| HSV(B) | 3.6º | 0.95% | 0.83% | - |
| XYZ | 27.23 | 14.49 | 1.68 | - |
| YUV | 77.84 | 90.28 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 23 | 11 | 0 | 0.89 | 0.95 | 0.17 | 3.6 | 0.9 | 0.44 |
| Hex | D3 | 17 | B | 0 | 59 | 5F | 11 | 4 | 5A | 2C |
| Octal | 323 | 27 | 13 | 0 | 131 | 137 | 21 | 4 | 132 | 54 |
| Binary | 11010011 | 10111 | 1011 | 0 | 1011001 | 1011111 | 10001 | 100 | 1011010 | 101100 |
Color Harmonies of #D3170B
Complementary color
Monochromatic Colors of #D3170B
Black with #D3170B
Text Example
Text Example
White with #D3170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3170B; }
p { color: rgb(211,23,11); }
H1.HeaderClassName
{
color: #D3170B;
}
.AnyTagClassName
{
color: #D3170B;
}
</style>
background-color css
<style>
a { background-color: #D3170B; }
a { background-color: rgb(211,23,11); }
div.DivClassName
{
background-color: #D3170B;
}
.BgClassName
{
background-color: #D3170B;
}
</style>
border-color css
<style>
span { border-color: #D3170B; }
span { border-color: rgb(211,23,11); }
td.TdClassName
{
border-color: #D3170B;
}
.TagClassName
{
border-color: #D3170B;
}
</style>