Shades of Free Speech Red #C71800
Tints of Free Speech Red #C71800
RGB
CMYK
RGB Variations
Color information
#C71800 (or 0xC71800) is known color: Free Speech Red. HEX triplet: C7, 18 and 00. RGB value is (199,24,0). Sum of RGB (Red+Green+Blue) = 199+24+0=223 (29% of max value = 765). Red value is 199 (78.12% from 255 or 89.24% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 199 - color contains mainly: red. Hex color #C71800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71800 is #38E7FF. Grayscale: #494949. Windows color (decimal): -3729408 or 6343. OLE color: 6343.
HSL color Cylindrical-coordinate representation of color #C71800: hue angle of 7.24º 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 #C71800 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.22 |
| HSL | 7.24º | 1% | 0.39% | - |
| HSV(B) | 7.24º | 1% | 0.78% | - |
| XYZ | 23.88 | 12.8 | 1.21 | - |
| YUV | 73.59 | 86.48 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 0 | 0 | 0.88 | 1 | 0.22 | 7.24 | 1 | 0.39 |
| Hex | C7 | 18 | 0 | 0 | 58 | 64 | 16 | 7 | 64 | 27 |
| Octal | 307 | 30 | 0 | 0 | 130 | 144 | 26 | 7 | 144 | 47 |
| Binary | 11000111 | 11000 | 0 | 0 | 1011000 | 1100100 | 10110 | 111 | 1100100 | 100111 |
Color Harmonies of #C71800
Complementary color
Monochromatic Colors of #C71800
Black with #C71800
Text Example
Text Example
White with #C71800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71800; }
p { color: rgb(199,24,0); }
H1.HeaderClassName
{
color: #C71800;
}
.AnyTagClassName
{
color: #C71800;
}
</style>
background-color css
<style>
a { background-color: #C71800; }
a { background-color: rgb(199,24,0); }
div.DivClassName
{
background-color: #C71800;
}
.BgClassName
{
background-color: #C71800;
}
</style>
border-color css
<style>
span { border-color: #C71800; }
span { border-color: rgb(199,24,0); }
td.TdClassName
{
border-color: #C71800;
}
.TagClassName
{
border-color: #C71800;
}
</style>