Shades of Free Speech Red #C70601
Tints of Free Speech Red #C70601
RGB
CMYK
RGB Variations
Color information
#C70601 (or 0xC70601) is known color: Free Speech Red. HEX triplet: C7, 06 and 01. RGB value is (199,6,1). Sum of RGB (Red+Green+Blue) = 199+6+1=206 (27% of max value = 765). Red value is 199 (78.12% from 255 or 96.60% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 199 - color contains mainly: red. Hex color #C70601 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70601 is #38F9FE. Grayscale: #3F3F3F. Windows color (decimal): -3734015 or 67271. OLE color: 67271.
HSL color Cylindrical-coordinate representation of color #C70601: hue angle of 1.52º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C70601 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 6 | 1 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.22 |
| HSL | 1.52º | 0.99% | 0.39% | - |
| HSV(B) | 1.52º | 0.99% | 0.78% | - |
| XYZ | 23.62 | 12.27 | 1.15 | - |
| YUV | 63.14 | 92.94 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 1 | 0 | 0.97 | 0.99 | 0.22 | 1.52 | 0.99 | 0.39 |
| Hex | C7 | 6 | 1 | 0 | 61 | 63 | 16 | 2 | 63 | 27 |
| Octal | 307 | 6 | 1 | 0 | 141 | 143 | 26 | 2 | 143 | 47 |
| Binary | 11000111 | 110 | 1 | 0 | 1100001 | 1100011 | 10110 | 10 | 1100011 | 100111 |
Color Harmonies of #C70601
Complementary color
Monochromatic Colors of #C70601
Black with #C70601
Text Example
Text Example
White with #C70601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70601; }
p { color: rgb(199,6,1); }
H1.HeaderClassName
{
color: #C70601;
}
.AnyTagClassName
{
color: #C70601;
}
</style>
background-color css
<style>
a { background-color: #C70601; }
a { background-color: rgb(199,6,1); }
div.DivClassName
{
background-color: #C70601;
}
.BgClassName
{
background-color: #C70601;
}
</style>
border-color css
<style>
span { border-color: #C70601; }
span { border-color: rgb(199,6,1); }
td.TdClassName
{
border-color: #C70601;
}
.TagClassName
{
border-color: #C70601;
}
</style>