Shades of Free Speech Red #C71001
Tints of Free Speech Red #C71001
RGB
CMYK
RGB Variations
Color information
#C71001 (or 0xC71001) is known color: Free Speech Red. HEX triplet: C7, 10 and 01. RGB value is (199,16,1). Sum of RGB (Red+Green+Blue) = 199+16+1=216 (28% of max value = 765). Red value is 199 (78.12% from 255 or 92.13% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 199 - color contains mainly: red. Hex color #C71001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71001 is #38EFFE. Grayscale: #454545. Windows color (decimal): -3731455 or 69831. OLE color: 69831.
HSL color Cylindrical-coordinate representation of color #C71001: hue angle of 4.55º 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 #C71001 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 1 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.22 |
| HSL | 4.55º | 0.99% | 0.39% | - |
| HSV(B) | 4.55º | 0.99% | 0.78% | - |
| XYZ | 23.74 | 12.51 | 1.19 | - |
| YUV | 69.01 | 89.63 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 1 | 0 | 0.92 | 0.99 | 0.22 | 4.55 | 0.99 | 0.39 |
| Hex | C7 | 10 | 1 | 0 | 5C | 63 | 16 | 5 | 63 | 27 |
| Octal | 307 | 20 | 1 | 0 | 134 | 143 | 26 | 5 | 143 | 47 |
| Binary | 11000111 | 10000 | 1 | 0 | 1011100 | 1100011 | 10110 | 101 | 1100011 | 100111 |
Color Harmonies of #C71001
Complementary color
Monochromatic Colors of #C71001
Black with #C71001
Text Example
Text Example
White with #C71001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71001; }
p { color: rgb(199,16,1); }
H1.HeaderClassName
{
color: #C71001;
}
.AnyTagClassName
{
color: #C71001;
}
</style>
background-color css
<style>
a { background-color: #C71001; }
a { background-color: rgb(199,16,1); }
div.DivClassName
{
background-color: #C71001;
}
.BgClassName
{
background-color: #C71001;
}
</style>
border-color css
<style>
span { border-color: #C71001; }
span { border-color: rgb(199,16,1); }
td.TdClassName
{
border-color: #C71001;
}
.TagClassName
{
border-color: #C71001;
}
</style>