Shades of Free Speech Red #D5170B
Tints of Free Speech Red #D5170B
RGB
CMYK
RGB Variations
Color information
#D5170B (or 0xD5170B) is known color: Free Speech Red. HEX triplet: D5, 17 and 0B. RGB value is (213,23,11). Sum of RGB (Red+Green+Blue) = 213+23+11=247 (32% of max value = 765). Red value is 213 (83.59% from 255 or 86.23% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 213 - color contains mainly: red. Hex color #D5170B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5170B is #2AE8F4. Grayscale: #4E4E4E. Windows color (decimal): -2812149 or 726997. OLE color: 726997.
HSL color Cylindrical-coordinate representation of color #D5170B: hue angle of 3.56º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5170B is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 23 | 11 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.16 |
| HSL | 3.56º | 0.9% | 0.44% | - |
| HSV(B) | 3.56º | 0.95% | 0.84% | - |
| XYZ | 27.81 | 14.78 | 1.7 | - |
| YUV | 78.44 | 89.95 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 11 | 0 | 0.89 | 0.95 | 0.16 | 3.56 | 0.9 | 0.44 |
| Hex | D5 | 17 | B | 0 | 59 | 5F | 10 | 4 | 5A | 2C |
| Octal | 325 | 27 | 13 | 0 | 131 | 137 | 20 | 4 | 132 | 54 |
| Binary | 11010101 | 10111 | 1011 | 0 | 1011001 | 1011111 | 10000 | 100 | 1011010 | 101100 |
Color Harmonies of #D5170B
Complementary color
Monochromatic Colors of #D5170B
Black with #D5170B
Text Example
Text Example
White with #D5170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5170B; }
p { color: rgb(213,23,11); }
H1.HeaderClassName
{
color: #D5170B;
}
.AnyTagClassName
{
color: #D5170B;
}
</style>
background-color css
<style>
a { background-color: #D5170B; }
a { background-color: rgb(213,23,11); }
div.DivClassName
{
background-color: #D5170B;
}
.BgClassName
{
background-color: #D5170B;
}
</style>
border-color css
<style>
span { border-color: #D5170B; }
span { border-color: rgb(213,23,11); }
td.TdClassName
{
border-color: #D5170B;
}
.TagClassName
{
border-color: #D5170B;
}
</style>