Shades of Free Speech Red #C01A0A
Tints of Free Speech Red #C01A0A
RGB
CMYK
RGB Variations
Color information
#C01A0A (or 0xC01A0A) is known color: Free Speech Red. HEX triplet: C0, 1A and 0A. RGB value is (192,26,10). Sum of RGB (Red+Green+Blue) = 192+26+10=228 (30% of max value = 765). Red value is 192 (75.39% from 255 or 84.21% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 10 (4.30% from 255 or 4.39% from 228); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01A0A is #3FE5F5. Grayscale: #4A4A4A. Windows color (decimal): -4187638 or 662208. OLE color: 662208.
HSL color Cylindrical-coordinate representation of color #C01A0A: hue angle of 5.27º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C01A0A is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 26 | 10 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.25 |
| HSL | 5.27º | 0.9% | 0.4% | - |
| HSV(B) | 5.27º | 0.95% | 0.75% | - |
| XYZ | 22.16 | 11.97 | 1.43 | - |
| YUV | 73.81 | 92 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 26 | 10 | 0 | 0.86 | 0.95 | 0.25 | 5.27 | 0.9 | 0.4 |
| Hex | C0 | 1A | A | 0 | 56 | 5F | 19 | 5 | 5A | 28 |
| Octal | 300 | 32 | 12 | 0 | 126 | 137 | 31 | 5 | 132 | 50 |
| Binary | 11000000 | 11010 | 1010 | 0 | 1010110 | 1011111 | 11001 | 101 | 1011010 | 101000 |
Color Harmonies of #C01A0A
Complementary color
Monochromatic Colors of #C01A0A
Black with #C01A0A
Text Example
Text Example
White with #C01A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01A0A; }
p { color: rgb(192,26,10); }
H1.HeaderClassName
{
color: #C01A0A;
}
.AnyTagClassName
{
color: #C01A0A;
}
</style>
background-color css
<style>
a { background-color: #C01A0A; }
a { background-color: rgb(192,26,10); }
div.DivClassName
{
background-color: #C01A0A;
}
.BgClassName
{
background-color: #C01A0A;
}
</style>
border-color css
<style>
span { border-color: #C01A0A; }
span { border-color: rgb(192,26,10); }
td.TdClassName
{
border-color: #C01A0A;
}
.TagClassName
{
border-color: #C01A0A;
}
</style>