Shades of Free Speech Red #C70401
Tints of Free Speech Red #C70401
RGB
CMYK
RGB Variations
Color information
#C70401 (or 0xC70401) is known color: Free Speech Red. HEX triplet: C7, 04 and 01. RGB value is (199,4,1). Sum of RGB (Red+Green+Blue) = 199+4+1=204 (27% of max value = 765). Red value is 199 (78.12% from 255 or 97.55% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 199 - color contains mainly: red. Hex color #C70401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70401 is #38FBFE. Grayscale: #3E3E3E. Windows color (decimal): -3734527 or 66759. OLE color: 66759.
HSL color Cylindrical-coordinate representation of color #C70401: hue angle of 0.91º 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 #C70401 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 4 | 1 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.22 |
| HSL | 0.91º | 0.99% | 0.39% | - |
| HSV(B) | 0.91º | 0.99% | 0.78% | - |
| XYZ | 23.6 | 12.23 | 1.15 | - |
| YUV | 61.96 | 93.6 | 225.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 4 | 1 | 0 | 0.98 | 0.99 | 0.22 | 0.91 | 0.99 | 0.39 |
| Hex | C7 | 4 | 1 | 0 | 62 | 63 | 16 | 1 | 63 | 27 |
| Octal | 307 | 4 | 1 | 0 | 142 | 143 | 26 | 1 | 143 | 47 |
| Binary | 11000111 | 100 | 1 | 0 | 1100010 | 1100011 | 10110 | 1 | 1100011 | 100111 |
Color Harmonies of #C70401
Complementary color
Monochromatic Colors of #C70401
Black with #C70401
Text Example
Text Example
White with #C70401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70401; }
p { color: rgb(199,4,1); }
H1.HeaderClassName
{
color: #C70401;
}
.AnyTagClassName
{
color: #C70401;
}
</style>
background-color css
<style>
a { background-color: #C70401; }
a { background-color: rgb(199,4,1); }
div.DivClassName
{
background-color: #C70401;
}
.BgClassName
{
background-color: #C70401;
}
</style>
border-color css
<style>
span { border-color: #C70401; }
span { border-color: rgb(199,4,1); }
td.TdClassName
{
border-color: #C70401;
}
.TagClassName
{
border-color: #C70401;
}
</style>