Shades of Free Speech Red #C70F01
Tints of Free Speech Red #C70F01
RGB
CMYK
RGB Variations
Color information
#C70F01 (or 0xC70F01) is known color: Free Speech Red. HEX triplet: C7, 0F and 01. RGB value is (199,15,1). Sum of RGB (Red+Green+Blue) = 199+15+1=215 (28% of max value = 765). Red value is 199 (78.12% from 255 or 92.56% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 199 - color contains mainly: red. Hex color #C70F01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70F01 is #38F0FE. Grayscale: #444444. Windows color (decimal): -3731711 or 69575. OLE color: 69575.
HSL color Cylindrical-coordinate representation of color #C70F01: hue angle of 4.24º 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 #C70F01 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 15 | 1 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.22 |
| HSL | 4.24º | 0.99% | 0.39% | - |
| HSV(B) | 4.24º | 0.99% | 0.78% | - |
| XYZ | 23.73 | 12.49 | 1.19 | - |
| YUV | 68.42 | 89.96 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 15 | 1 | 0 | 0.92 | 0.99 | 0.22 | 4.24 | 0.99 | 0.39 |
| Hex | C7 | F | 1 | 0 | 5C | 63 | 16 | 4 | 63 | 27 |
| Octal | 307 | 17 | 1 | 0 | 134 | 143 | 26 | 4 | 143 | 47 |
| Binary | 11000111 | 1111 | 1 | 0 | 1011100 | 1100011 | 10110 | 100 | 1100011 | 100111 |
Color Harmonies of #C70F01
Complementary color
Monochromatic Colors of #C70F01
Black with #C70F01
Text Example
Text Example
White with #C70F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70F01; }
p { color: rgb(199,15,1); }
H1.HeaderClassName
{
color: #C70F01;
}
.AnyTagClassName
{
color: #C70F01;
}
</style>
background-color css
<style>
a { background-color: #C70F01; }
a { background-color: rgb(199,15,1); }
div.DivClassName
{
background-color: #C70F01;
}
.BgClassName
{
background-color: #C70F01;
}
</style>
border-color css
<style>
span { border-color: #C70F01; }
span { border-color: rgb(199,15,1); }
td.TdClassName
{
border-color: #C70F01;
}
.TagClassName
{
border-color: #C70F01;
}
</style>