Shades of Free Speech Red #C71504
Tints of Free Speech Red #C71504
RGB
CMYK
RGB Variations
Color information
#C71504 (or 0xC71504) is known color: Free Speech Red. HEX triplet: C7, 15 and 04. RGB value is (199,21,4). Sum of RGB (Red+Green+Blue) = 199+21+4=224 (29% of max value = 765). Red value is 199 (78.12% from 255 or 88.84% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 199 - color contains mainly: red. Hex color #C71504 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71504 is #38EAFB. Grayscale: #484848. Windows color (decimal): -3730172 or 267719. OLE color: 267719.
HSL color Cylindrical-coordinate representation of color #C71504: hue angle of 5.23º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C71504 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 21 | 4 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.22 |
| HSL | 5.23º | 0.96% | 0.4% | - |
| HSV(B) | 5.23º | 0.98% | 0.78% | - |
| XYZ | 23.84 | 12.69 | 1.31 | - |
| YUV | 72.28 | 89.47 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 4 | 0 | 0.89 | 0.98 | 0.22 | 5.23 | 0.96 | 0.4 |
| Hex | C7 | 15 | 4 | 0 | 59 | 62 | 16 | 5 | 60 | 28 |
| Octal | 307 | 25 | 4 | 0 | 131 | 142 | 26 | 5 | 140 | 50 |
| Binary | 11000111 | 10101 | 100 | 0 | 1011001 | 1100010 | 10110 | 101 | 1100000 | 101000 |
Color Harmonies of #C71504
Complementary color
Monochromatic Colors of #C71504
Black with #C71504
Text Example
Text Example
White with #C71504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71504; }
p { color: rgb(199,21,4); }
H1.HeaderClassName
{
color: #C71504;
}
.AnyTagClassName
{
color: #C71504;
}
</style>
background-color css
<style>
a { background-color: #C71504; }
a { background-color: rgb(199,21,4); }
div.DivClassName
{
background-color: #C71504;
}
.BgClassName
{
background-color: #C71504;
}
</style>
border-color css
<style>
span { border-color: #C71504; }
span { border-color: rgb(199,21,4); }
td.TdClassName
{
border-color: #C71504;
}
.TagClassName
{
border-color: #C71504;
}
</style>