Shades of Free Speech Red #C00704
Tints of Free Speech Red #C00704
RGB
CMYK
RGB Variations
Color information
#C00704 (or 0xC00704) is known color: Free Speech Red. HEX triplet: C0, 07 and 04. RGB value is (192,7,4). Sum of RGB (Red+Green+Blue) = 192+7+4=203 (26% of max value = 765). Red value is 192 (75.39% from 255 or 94.58% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 4 (1.95% from 255 or 1.97% from 203); Max value from RGB is 192 - color contains mainly: red. Hex color #C00704 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00704 is #3FF8FB. Grayscale: #3E3E3E. Windows color (decimal): -4192508 or 264128. OLE color: 264128.
HSL color Cylindrical-coordinate representation of color #C00704: hue angle of 0.96º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00704 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 7 | 4 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.25 |
| HSL | 0.96º | 0.96% | 0.38% | - |
| HSV(B) | 0.96º | 0.98% | 0.75% | - |
| XYZ | 21.84 | 11.37 | 1.16 | - |
| YUV | 61.97 | 95.29 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 4 | 0 | 0.96 | 0.98 | 0.25 | 0.96 | 0.96 | 0.38 |
| Hex | C0 | 7 | 4 | 0 | 60 | 62 | 19 | 1 | 60 | 26 |
| Octal | 300 | 7 | 4 | 0 | 140 | 142 | 31 | 1 | 140 | 46 |
| Binary | 11000000 | 111 | 100 | 0 | 1100000 | 1100010 | 11001 | 1 | 1100000 | 100110 |
Color Harmonies of #C00704
Complementary color
Monochromatic Colors of #C00704
Black with #C00704
Text Example
Text Example
White with #C00704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00704; }
p { color: rgb(192,7,4); }
H1.HeaderClassName
{
color: #C00704;
}
.AnyTagClassName
{
color: #C00704;
}
</style>
background-color css
<style>
a { background-color: #C00704; }
a { background-color: rgb(192,7,4); }
div.DivClassName
{
background-color: #C00704;
}
.BgClassName
{
background-color: #C00704;
}
</style>
border-color css
<style>
span { border-color: #C00704; }
span { border-color: rgb(192,7,4); }
td.TdClassName
{
border-color: #C00704;
}
.TagClassName
{
border-color: #C00704;
}
</style>