Shades of Free Speech Red #C71701
Tints of Free Speech Red #C71701
RGB
CMYK
RGB Variations
Color information
#C71701 (or 0xC71701) is known color: Free Speech Red. HEX triplet: C7, 17 and 01. RGB value is (199,23,1). Sum of RGB (Red+Green+Blue) = 199+23+1=223 (29% of max value = 765). Red value is 199 (78.12% from 255 or 89.24% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 199 - color contains mainly: red. Hex color #C71701 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71701 is #38E8FE. Grayscale: #494949. Windows color (decimal): -3729663 or 71623. OLE color: 71623.
HSL color Cylindrical-coordinate representation of color #C71701: hue angle of 6.67º 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 #C71701 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 1 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.22 |
| HSL | 6.67º | 0.99% | 0.39% | - |
| HSV(B) | 6.67º | 0.99% | 0.78% | - |
| XYZ | 23.87 | 12.76 | 1.23 | - |
| YUV | 73.12 | 87.31 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 1 | 0 | 0.88 | 0.99 | 0.22 | 6.67 | 0.99 | 0.39 |
| Hex | C7 | 17 | 1 | 0 | 58 | 63 | 16 | 7 | 63 | 27 |
| Octal | 307 | 27 | 1 | 0 | 130 | 143 | 26 | 7 | 143 | 47 |
| Binary | 11000111 | 10111 | 1 | 0 | 1011000 | 1100011 | 10110 | 111 | 1100011 | 100111 |
Color Harmonies of #C71701
Complementary color
Monochromatic Colors of #C71701
Black with #C71701
Text Example
Text Example
White with #C71701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71701; }
p { color: rgb(199,23,1); }
H1.HeaderClassName
{
color: #C71701;
}
.AnyTagClassName
{
color: #C71701;
}
</style>
background-color css
<style>
a { background-color: #C71701; }
a { background-color: rgb(199,23,1); }
div.DivClassName
{
background-color: #C71701;
}
.BgClassName
{
background-color: #C71701;
}
</style>
border-color css
<style>
span { border-color: #C71701; }
span { border-color: rgb(199,23,1); }
td.TdClassName
{
border-color: #C71701;
}
.TagClassName
{
border-color: #C71701;
}
</style>