Shades of Free Speech Red #C01A05
Tints of Free Speech Red #C01A05
RGB
CMYK
RGB Variations
Color information
#C01A05 (or 0xC01A05) is known color: Free Speech Red. HEX triplet: C0, 1A and 05. RGB value is (192,26,5). Sum of RGB (Red+Green+Blue) = 192+26+5=223 (29% of max value = 765). Red value is 192 (75.39% from 255 or 86.10% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01A05 is #3FE5FA. Grayscale: #494949. Windows color (decimal): -4187643 or 334528. OLE color: 334528.
HSL color Cylindrical-coordinate representation of color #C01A05: hue angle of 6.74º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C01A05 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 26 | 5 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.25 |
| HSL | 6.74º | 0.95% | 0.39% | - |
| HSV(B) | 6.74º | 0.97% | 0.75% | - |
| XYZ | 22.14 | 11.96 | 1.28 | - |
| YUV | 73.24 | 89.5 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 26 | 5 | 0 | 0.86 | 0.97 | 0.25 | 6.74 | 0.95 | 0.39 |
| Hex | C0 | 1A | 5 | 0 | 56 | 61 | 19 | 7 | 5F | 27 |
| Octal | 300 | 32 | 5 | 0 | 126 | 141 | 31 | 7 | 137 | 47 |
| Binary | 11000000 | 11010 | 101 | 0 | 1010110 | 1100001 | 11001 | 111 | 1011111 | 100111 |
Color Harmonies of #C01A05
Complementary color
Monochromatic Colors of #C01A05
Black with #C01A05
Text Example
Text Example
White with #C01A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01A05; }
p { color: rgb(192,26,5); }
H1.HeaderClassName
{
color: #C01A05;
}
.AnyTagClassName
{
color: #C01A05;
}
</style>
background-color css
<style>
a { background-color: #C01A05; }
a { background-color: rgb(192,26,5); }
div.DivClassName
{
background-color: #C01A05;
}
.BgClassName
{
background-color: #C01A05;
}
</style>
border-color css
<style>
span { border-color: #C01A05; }
span { border-color: rgb(192,26,5); }
td.TdClassName
{
border-color: #C01A05;
}
.TagClassName
{
border-color: #C01A05;
}
</style>