Shades of Free Speech Red #C71700
Tints of Free Speech Red #C71700
RGB
CMYK
RGB Variations
Color information
#C71700 (or 0xC71700) is known color: Free Speech Red. HEX triplet: C7, 17 and 00. RGB value is (199,23,0). Sum of RGB (Red+Green+Blue) = 199+23+0=222 (29% of max value = 765). Red value is 199 (78.12% from 255 or 89.64% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 199 - color contains mainly: red. Hex color #C71700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71700 is #38E8FF. Grayscale: #494949. Windows color (decimal): -3729664 or 6087. OLE color: 6087.
HSL color Cylindrical-coordinate representation of color #C71700: hue angle of 6.93º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C71700 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.22 |
| HSL | 6.93º | 1% | 0.39% | - |
| HSV(B) | 6.93º | 1% | 0.78% | - |
| XYZ | 23.86 | 12.75 | 1.2 | - |
| YUV | 73 | 86.81 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 0 | 0 | 0.88 | 1 | 0.22 | 6.93 | 1 | 0.39 |
| Hex | C7 | 17 | 0 | 0 | 58 | 64 | 16 | 7 | 64 | 27 |
| Octal | 307 | 27 | 0 | 0 | 130 | 144 | 26 | 7 | 144 | 47 |
| Binary | 11000111 | 10111 | 0 | 0 | 1011000 | 1100100 | 10110 | 111 | 1100100 | 100111 |
Color Harmonies of #C71700
Complementary color
Monochromatic Colors of #C71700
Black with #C71700
Text Example
Text Example
White with #C71700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71700; }
p { color: rgb(199,23,0); }
H1.HeaderClassName
{
color: #C71700;
}
.AnyTagClassName
{
color: #C71700;
}
</style>
background-color css
<style>
a { background-color: #C71700; }
a { background-color: rgb(199,23,0); }
div.DivClassName
{
background-color: #C71700;
}
.BgClassName
{
background-color: #C71700;
}
</style>
border-color css
<style>
span { border-color: #C71700; }
span { border-color: rgb(199,23,0); }
td.TdClassName
{
border-color: #C71700;
}
.TagClassName
{
border-color: #C71700;
}
</style>