Shades of Free Speech Red #C01500
Tints of Free Speech Red #C01500
RGB
CMYK
RGB Variations
Color information
#C01500 (or 0xC01500) is known color: Free Speech Red. HEX triplet: C0, 15 and 00. RGB value is (192,21,0). Sum of RGB (Red+Green+Blue) = 192+21+0=213 (28% of max value = 765). Red value is 192 (75.39% from 255 or 90.14% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 192 - color contains mainly: red. Hex color #C01500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01500 is #3FEAFF. Grayscale: #454545. Windows color (decimal): -4188928 or 5568. OLE color: 5568.
HSL color Cylindrical-coordinate representation of color #C01500: hue angle of 6.56º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C01500 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.25 |
| HSL | 6.56º | 1% | 0.38% | - |
| HSV(B) | 6.56º | 1% | 0.75% | - |
| XYZ | 22.01 | 11.74 | 1.11 | - |
| YUV | 69.74 | 88.65 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 0 | 0 | 0.89 | 1 | 0.25 | 6.56 | 1 | 0.38 |
| Hex | C0 | 15 | 0 | 0 | 59 | 64 | 19 | 7 | 64 | 26 |
| Octal | 300 | 25 | 0 | 0 | 131 | 144 | 31 | 7 | 144 | 46 |
| Binary | 11000000 | 10101 | 0 | 0 | 1011001 | 1100100 | 11001 | 111 | 1100100 | 100110 |
Color Harmonies of #C01500
Complementary color
Monochromatic Colors of #C01500
Black with #C01500
Text Example
Text Example
White with #C01500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01500; }
p { color: rgb(192,21,0); }
H1.HeaderClassName
{
color: #C01500;
}
.AnyTagClassName
{
color: #C01500;
}
</style>
background-color css
<style>
a { background-color: #C01500; }
a { background-color: rgb(192,21,0); }
div.DivClassName
{
background-color: #C01500;
}
.BgClassName
{
background-color: #C01500;
}
</style>
border-color css
<style>
span { border-color: #C01500; }
span { border-color: rgb(192,21,0); }
td.TdClassName
{
border-color: #C01500;
}
.TagClassName
{
border-color: #C01500;
}
</style>