Shades of Free Speech Red #C01504
Tints of Free Speech Red #C01504
RGB
CMYK
RGB Variations
Color information
#C01504 (or 0xC01504) is known color: Free Speech Red. HEX triplet: C0, 15 and 04. RGB value is (192,21,4). Sum of RGB (Red+Green+Blue) = 192+21+4=217 (28% of max value = 765). Red value is 192 (75.39% from 255 or 88.48% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 192 - color contains mainly: red. Hex color #C01504 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01504 is #3FEAFB. Grayscale: #464646. Windows color (decimal): -4188924 or 267712. OLE color: 267712.
HSL color Cylindrical-coordinate representation of color #C01504: hue angle of 5.43º 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 #C01504 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 4 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.25 |
| HSL | 5.43º | 0.96% | 0.38% | - |
| HSV(B) | 5.43º | 0.98% | 0.75% | - |
| XYZ | 22.03 | 11.75 | 1.22 | - |
| YUV | 70.19 | 90.65 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 4 | 0 | 0.89 | 0.98 | 0.25 | 5.43 | 0.96 | 0.38 |
| Hex | C0 | 15 | 4 | 0 | 59 | 62 | 19 | 5 | 60 | 26 |
| Octal | 300 | 25 | 4 | 0 | 131 | 142 | 31 | 5 | 140 | 46 |
| Binary | 11000000 | 10101 | 100 | 0 | 1011001 | 1100010 | 11001 | 101 | 1100000 | 100110 |
Color Harmonies of #C01504
Complementary color
Monochromatic Colors of #C01504
Black with #C01504
Text Example
Text Example
White with #C01504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01504; }
p { color: rgb(192,21,4); }
H1.HeaderClassName
{
color: #C01504;
}
.AnyTagClassName
{
color: #C01504;
}
</style>
background-color css
<style>
a { background-color: #C01504; }
a { background-color: rgb(192,21,4); }
div.DivClassName
{
background-color: #C01504;
}
.BgClassName
{
background-color: #C01504;
}
</style>
border-color css
<style>
span { border-color: #C01504; }
span { border-color: rgb(192,21,4); }
td.TdClassName
{
border-color: #C01504;
}
.TagClassName
{
border-color: #C01504;
}
</style>