Shades of Free Speech Red #D3170D
Tints of Free Speech Red #D3170D
RGB
CMYK
RGB Variations
Color information
#D3170D (or 0xD3170D) is known color: Free Speech Red. HEX triplet: D3, 17 and 0D. RGB value is (211,23,13). Sum of RGB (Red+Green+Blue) = 211+23+13=247 (32% of max value = 765). Red value is 211 (82.81% from 255 or 85.43% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 211 - color contains mainly: red. Hex color #D3170D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D3170D is #2CE8F2. Grayscale: #4E4E4E. Windows color (decimal): -2943219 or 858067. OLE color: 858067.
HSL color Cylindrical-coordinate representation of color #D3170D: hue angle of 3.03º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D3170D is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 23 | 13 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.17 |
| HSL | 3.03º | 0.88% | 0.44% | - |
| HSV(B) | 3.03º | 0.94% | 0.83% | - |
| XYZ | 27.24 | 14.49 | 1.74 | - |
| YUV | 78.07 | 91.28 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 23 | 13 | 0 | 0.89 | 0.94 | 0.17 | 3.03 | 0.88 | 0.44 |
| Hex | D3 | 17 | D | 0 | 59 | 5E | 11 | 3 | 58 | 2C |
| Octal | 323 | 27 | 15 | 0 | 131 | 136 | 21 | 3 | 130 | 54 |
| Binary | 11010011 | 10111 | 1101 | 0 | 1011001 | 1011110 | 10001 | 11 | 1011000 | 101100 |
Color Harmonies of #D3170D
Complementary color
Monochromatic Colors of #D3170D
Black with #D3170D
Text Example
Text Example
White with #D3170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3170D; }
p { color: rgb(211,23,13); }
H1.HeaderClassName
{
color: #D3170D;
}
.AnyTagClassName
{
color: #D3170D;
}
</style>
background-color css
<style>
a { background-color: #D3170D; }
a { background-color: rgb(211,23,13); }
div.DivClassName
{
background-color: #D3170D;
}
.BgClassName
{
background-color: #D3170D;
}
</style>
border-color css
<style>
span { border-color: #D3170D; }
span { border-color: rgb(211,23,13); }
td.TdClassName
{
border-color: #D3170D;
}
.TagClassName
{
border-color: #D3170D;
}
</style>