Shades of Free Speech Red #C7150B
Tints of Free Speech Red #C7150B
RGB
CMYK
RGB Variations
Color information
#C7150B (or 0xC7150B) is known color: Free Speech Red. HEX triplet: C7, 15 and 0B. RGB value is (199,21,11). Sum of RGB (Red+Green+Blue) = 199+21+11=231 (30% of max value = 765). Red value is 199 (78.12% from 255 or 86.15% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 199 - color contains mainly: red. Hex color #C7150B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7150B is #38EAF4. Grayscale: #494949. Windows color (decimal): -3730165 or 726471. OLE color: 726471.
HSL color Cylindrical-coordinate representation of color #C7150B: hue angle of 3.19º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7150B is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 21 | 11 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.22 |
| HSL | 3.19º | 0.9% | 0.41% | - |
| HSV(B) | 3.19º | 0.94% | 0.78% | - |
| XYZ | 23.88 | 12.7 | 1.51 | - |
| YUV | 73.08 | 92.97 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 11 | 0 | 0.89 | 0.94 | 0.22 | 3.19 | 0.9 | 0.41 |
| Hex | C7 | 15 | B | 0 | 59 | 5E | 16 | 3 | 5A | 29 |
| Octal | 307 | 25 | 13 | 0 | 131 | 136 | 26 | 3 | 132 | 51 |
| Binary | 11000111 | 10101 | 1011 | 0 | 1011001 | 1011110 | 10110 | 11 | 1011010 | 101001 |
Color Harmonies of #C7150B
Complementary color
Monochromatic Colors of #C7150B
Black with #C7150B
Text Example
Text Example
White with #C7150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7150B; }
p { color: rgb(199,21,11); }
H1.HeaderClassName
{
color: #C7150B;
}
.AnyTagClassName
{
color: #C7150B;
}
</style>
background-color css
<style>
a { background-color: #C7150B; }
a { background-color: rgb(199,21,11); }
div.DivClassName
{
background-color: #C7150B;
}
.BgClassName
{
background-color: #C7150B;
}
</style>
border-color css
<style>
span { border-color: #C7150B; }
span { border-color: rgb(199,21,11); }
td.TdClassName
{
border-color: #C7150B;
}
.TagClassName
{
border-color: #C7150B;
}
</style>