Shades of Free Speech Red #C01507
Tints of Free Speech Red #C01507
RGB
CMYK
RGB Variations
Color information
#C01507 (or 0xC01507) is known color: Free Speech Red. HEX triplet: C0, 15 and 07. RGB value is (192,21,7). Sum of RGB (Red+Green+Blue) = 192+21+7=220 (29% of max value = 765). Red value is 192 (75.39% from 255 or 87.27% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 7 (3.12% from 255 or 3.18% from 220); Max value from RGB is 192 - color contains mainly: red. Hex color #C01507 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01507 is #3FEAF8. Grayscale: #464646. Windows color (decimal): -4188921 or 464320. OLE color: 464320.
HSL color Cylindrical-coordinate representation of color #C01507: hue angle of 4.54º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C01507 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 7 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.25 |
| HSL | 4.54º | 0.93% | 0.39% | - |
| HSV(B) | 4.54º | 0.96% | 0.75% | - |
| XYZ | 22.04 | 11.76 | 1.31 | - |
| YUV | 70.53 | 92.15 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 7 | 0 | 0.89 | 0.96 | 0.25 | 4.54 | 0.93 | 0.39 |
| Hex | C0 | 15 | 7 | 0 | 59 | 60 | 19 | 5 | 5D | 27 |
| Octal | 300 | 25 | 7 | 0 | 131 | 140 | 31 | 5 | 135 | 47 |
| Binary | 11000000 | 10101 | 111 | 0 | 1011001 | 1100000 | 11001 | 101 | 1011101 | 100111 |
Color Harmonies of #C01507
Complementary color
Monochromatic Colors of #C01507
Black with #C01507
Text Example
Text Example
White with #C01507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01507; }
p { color: rgb(192,21,7); }
H1.HeaderClassName
{
color: #C01507;
}
.AnyTagClassName
{
color: #C01507;
}
</style>
background-color css
<style>
a { background-color: #C01507; }
a { background-color: rgb(192,21,7); }
div.DivClassName
{
background-color: #C01507;
}
.BgClassName
{
background-color: #C01507;
}
</style>
border-color css
<style>
span { border-color: #C01507; }
span { border-color: rgb(192,21,7); }
td.TdClassName
{
border-color: #C01507;
}
.TagClassName
{
border-color: #C01507;
}
</style>