Shades of Free Speech Red #C71702
Tints of Free Speech Red #C71702
RGB
CMYK
RGB Variations
Color information
#C71702 (or 0xC71702) is known color: Free Speech Red. HEX triplet: C7, 17 and 02. RGB value is (199,23,2). Sum of RGB (Red+Green+Blue) = 199+23+2=224 (29% of max value = 765). Red value is 199 (78.12% from 255 or 88.84% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 199 - color contains mainly: red. Hex color #C71702 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71702 is #38E8FD. Grayscale: #494949. Windows color (decimal): -3729662 or 137159. OLE color: 137159.
HSL color Cylindrical-coordinate representation of color #C71702: hue angle of 6.4º degrees, saturation: 0.98, 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 #C71702 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 2 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.22 |
| HSL | 6.4º | 0.98% | 0.39% | - |
| HSV(B) | 6.4º | 0.99% | 0.78% | - |
| XYZ | 23.87 | 12.76 | 1.26 | - |
| YUV | 73.23 | 87.81 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 2 | 0 | 0.88 | 0.99 | 0.22 | 6.4 | 0.98 | 0.39 |
| Hex | C7 | 17 | 2 | 0 | 58 | 63 | 16 | 6 | 62 | 27 |
| Octal | 307 | 27 | 2 | 0 | 130 | 143 | 26 | 6 | 142 | 47 |
| Binary | 11000111 | 10111 | 10 | 0 | 1011000 | 1100011 | 10110 | 110 | 1100010 | 100111 |
Color Harmonies of #C71702
Complementary color
Monochromatic Colors of #C71702
Black with #C71702
Text Example
Text Example
White with #C71702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71702; }
p { color: rgb(199,23,2); }
H1.HeaderClassName
{
color: #C71702;
}
.AnyTagClassName
{
color: #C71702;
}
</style>
background-color css
<style>
a { background-color: #C71702; }
a { background-color: rgb(199,23,2); }
div.DivClassName
{
background-color: #C71702;
}
.BgClassName
{
background-color: #C71702;
}
</style>
border-color css
<style>
span { border-color: #C71702; }
span { border-color: rgb(199,23,2); }
td.TdClassName
{
border-color: #C71702;
}
.TagClassName
{
border-color: #C71702;
}
</style>