Shades of Free Speech Red #C70B0A
Tints of Free Speech Red #C70B0A
RGB
CMYK
RGB Variations
Color information
#C70B0A (or 0xC70B0A) is known color: Free Speech Red. HEX triplet: C7, 0B and 0A. RGB value is (199,11,10). Sum of RGB (Red+Green+Blue) = 199+11+10=220 (29% of max value = 765). Red value is 199 (78.12% from 255 or 90.45% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 199 - color contains mainly: red. Hex color #C70B0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70B0A is #38F4F5. Grayscale: #434343. Windows color (decimal): -3732726 or 658375. OLE color: 658375.
HSL color Cylindrical-coordinate representation of color #C70B0A: hue angle of 0.32º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70B0A is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 11 | 10 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.22 |
| HSL | 0.32º | 0.9% | 0.41% | - |
| HSV(B) | 0.32º | 0.95% | 0.78% | - |
| XYZ | 23.73 | 12.4 | 1.43 | - |
| YUV | 67.1 | 95.78 | 222.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 11 | 10 | 0 | 0.94 | 0.95 | 0.22 | 0.32 | 0.9 | 0.41 |
| Hex | C7 | B | A | 0 | 5E | 5F | 16 | 0 | 5A | 29 |
| Octal | 307 | 13 | 12 | 0 | 136 | 137 | 26 | 0 | 132 | 51 |
| Binary | 11000111 | 1011 | 1010 | 0 | 1011110 | 1011111 | 10110 | 0 | 1011010 | 101001 |
Color Harmonies of #C70B0A
Complementary color
Monochromatic Colors of #C70B0A
Black with #C70B0A
Text Example
Text Example
White with #C70B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70B0A; }
p { color: rgb(199,11,10); }
H1.HeaderClassName
{
color: #C70B0A;
}
.AnyTagClassName
{
color: #C70B0A;
}
</style>
background-color css
<style>
a { background-color: #C70B0A; }
a { background-color: rgb(199,11,10); }
div.DivClassName
{
background-color: #C70B0A;
}
.BgClassName
{
background-color: #C70B0A;
}
</style>
border-color css
<style>
span { border-color: #C70B0A; }
span { border-color: rgb(199,11,10); }
td.TdClassName
{
border-color: #C70B0A;
}
.TagClassName
{
border-color: #C70B0A;
}
</style>