Shades of Free Speech Red #B7140D
Tints of Free Speech Red #B7140D
RGB
CMYK
RGB Variations
Color information
#B7140D (or 0xB7140D) is known color: Free Speech Red. HEX triplet: B7, 14 and 0D. RGB value is (183,20,13). Sum of RGB (Red+Green+Blue) = 183+20+13=216 (28% of max value = 765). Red value is 183 (71.88% from 255 or 84.72% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 13 (5.47% from 255 or 6.02% from 216); Max value from RGB is 183 - color contains mainly: red. Hex color #B7140D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7140D is #48EBF2. Grayscale: #444444. Windows color (decimal): -4778995 or 857271. OLE color: 857271.
HSL color Cylindrical-coordinate representation of color #B7140D: hue angle of 2.47º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7140D is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 13 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.28 |
| HSL | 2.47º | 0.87% | 0.38% | - |
| HSV(B) | 2.47º | 0.93% | 0.72% | - |
| XYZ | 19.85 | 10.6 | 1.38 | - |
| YUV | 67.94 | 97 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 13 | 0 | 0.89 | 0.93 | 0.28 | 2.47 | 0.87 | 0.38 |
| Hex | B7 | 14 | D | 0 | 59 | 5D | 1C | 2 | 57 | 26 |
| Octal | 267 | 24 | 15 | 0 | 131 | 135 | 34 | 2 | 127 | 46 |
| Binary | 10110111 | 10100 | 1101 | 0 | 1011001 | 1011101 | 11100 | 10 | 1010111 | 100110 |
Color Harmonies of #B7140D
Complementary color
Monochromatic Colors of #B7140D
Black with #B7140D
Text Example
Text Example
White with #B7140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7140D; }
p { color: rgb(183,20,13); }
H1.HeaderClassName
{
color: #B7140D;
}
.AnyTagClassName
{
color: #B7140D;
}
</style>
background-color css
<style>
a { background-color: #B7140D; }
a { background-color: rgb(183,20,13); }
div.DivClassName
{
background-color: #B7140D;
}
.BgClassName
{
background-color: #B7140D;
}
</style>
border-color css
<style>
span { border-color: #B7140D; }
span { border-color: rgb(183,20,13); }
td.TdClassName
{
border-color: #B7140D;
}
.TagClassName
{
border-color: #B7140D;
}
</style>