Shades of Free Speech Red #C70E09
Tints of Free Speech Red #C70E09
RGB
CMYK
RGB Variations
Color information
#C70E09 (or 0xC70E09) is known color: Free Speech Red. HEX triplet: C7, 0E and 09. RGB value is (199,14,9). Sum of RGB (Red+Green+Blue) = 199+14+9=222 (29% of max value = 765). Red value is 199 (78.12% from 255 or 89.64% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 9 (3.91% from 255 or 4.05% from 222); Max value from RGB is 199 - color contains mainly: red. Hex color #C70E09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70E09 is #38F1F6. Grayscale: #444444. Windows color (decimal): -3731959 or 593607. OLE color: 593607.
HSL color Cylindrical-coordinate representation of color #C70E09: hue angle of 1.58º degrees, saturation: 0.91, 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 #C70E09 is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 14 | 9 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.22 |
| HSL | 1.58º | 0.91% | 0.41% | - |
| HSV(B) | 1.58º | 0.95% | 0.78% | - |
| XYZ | 23.76 | 12.48 | 1.41 | - |
| YUV | 68.75 | 94.29 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 14 | 9 | 0 | 0.93 | 0.95 | 0.22 | 1.58 | 0.91 | 0.41 |
| Hex | C7 | E | 9 | 0 | 5D | 5F | 16 | 2 | 5B | 29 |
| Octal | 307 | 16 | 11 | 0 | 135 | 137 | 26 | 2 | 133 | 51 |
| Binary | 11000111 | 1110 | 1001 | 0 | 1011101 | 1011111 | 10110 | 10 | 1011011 | 101001 |
Color Harmonies of #C70E09
Complementary color
Monochromatic Colors of #C70E09
Black with #C70E09
Text Example
Text Example
White with #C70E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70E09; }
p { color: rgb(199,14,9); }
H1.HeaderClassName
{
color: #C70E09;
}
.AnyTagClassName
{
color: #C70E09;
}
</style>
background-color css
<style>
a { background-color: #C70E09; }
a { background-color: rgb(199,14,9); }
div.DivClassName
{
background-color: #C70E09;
}
.BgClassName
{
background-color: #C70E09;
}
</style>
border-color css
<style>
span { border-color: #C70E09; }
span { border-color: rgb(199,14,9); }
td.TdClassName
{
border-color: #C70E09;
}
.TagClassName
{
border-color: #C70E09;
}
</style>