Shades of Free Speech Red #C70A04
Tints of Free Speech Red #C70A04
RGB
CMYK
RGB Variations
Color information
#C70A04 (or 0xC70A04) is known color: Free Speech Red. HEX triplet: C7, 0A and 04. RGB value is (199,10,4). Sum of RGB (Red+Green+Blue) = 199+10+4=213 (28% of max value = 765). Red value is 199 (78.12% from 255 or 93.43% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 4 (1.95% from 255 or 1.88% from 213); Max value from RGB is 199 - color contains mainly: red. Hex color #C70A04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70A04 is #38F5FB. Grayscale: #424242. Windows color (decimal): -3732988 or 264903. OLE color: 264903.
HSL color Cylindrical-coordinate representation of color #C70A04: hue angle of 1.85º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C70A04 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 10 | 4 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.22 |
| HSL | 1.85º | 0.96% | 0.4% | - |
| HSV(B) | 1.85º | 0.98% | 0.78% | - |
| XYZ | 23.68 | 12.37 | 1.25 | - |
| YUV | 65.83 | 93.12 | 222.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 4 | 0 | 0.95 | 0.98 | 0.22 | 1.85 | 0.96 | 0.4 |
| Hex | C7 | A | 4 | 0 | 5F | 62 | 16 | 2 | 60 | 28 |
| Octal | 307 | 12 | 4 | 0 | 137 | 142 | 26 | 2 | 140 | 50 |
| Binary | 11000111 | 1010 | 100 | 0 | 1011111 | 1100010 | 10110 | 10 | 1100000 | 101000 |
Color Harmonies of #C70A04
Complementary color
Monochromatic Colors of #C70A04
Black with #C70A04
Text Example
Text Example
White with #C70A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70A04; }
p { color: rgb(199,10,4); }
H1.HeaderClassName
{
color: #C70A04;
}
.AnyTagClassName
{
color: #C70A04;
}
</style>
background-color css
<style>
a { background-color: #C70A04; }
a { background-color: rgb(199,10,4); }
div.DivClassName
{
background-color: #C70A04;
}
.BgClassName
{
background-color: #C70A04;
}
</style>
border-color css
<style>
span { border-color: #C70A04; }
span { border-color: rgb(199,10,4); }
td.TdClassName
{
border-color: #C70A04;
}
.TagClassName
{
border-color: #C70A04;
}
</style>