Shades of Free Speech Red #C01A09
Tints of Free Speech Red #C01A09
RGB
CMYK
RGB Variations
Color information
#C01A09 (or 0xC01A09) is known color: Free Speech Red. HEX triplet: C0, 1A and 09. RGB value is (192,26,9). Sum of RGB (Red+Green+Blue) = 192+26+9=227 (30% of max value = 765). Red value is 192 (75.39% from 255 or 84.58% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01A09 is #3FE5F6. Grayscale: #494949. Windows color (decimal): -4187639 or 596672. OLE color: 596672.
HSL color Cylindrical-coordinate representation of color #C01A09: hue angle of 5.57º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C01A09 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 26 | 9 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.25 |
| HSL | 5.57º | 0.91% | 0.39% | - |
| HSV(B) | 5.57º | 0.95% | 0.75% | - |
| XYZ | 22.16 | 11.96 | 1.4 | - |
| YUV | 73.7 | 91.5 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 26 | 9 | 0 | 0.86 | 0.95 | 0.25 | 5.57 | 0.91 | 0.39 |
| Hex | C0 | 1A | 9 | 0 | 56 | 5F | 19 | 6 | 5B | 27 |
| Octal | 300 | 32 | 11 | 0 | 126 | 137 | 31 | 6 | 133 | 47 |
| Binary | 11000000 | 11010 | 1001 | 0 | 1010110 | 1011111 | 11001 | 110 | 1011011 | 100111 |
Color Harmonies of #C01A09
Complementary color
Monochromatic Colors of #C01A09
Black with #C01A09
Text Example
Text Example
White with #C01A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01A09; }
p { color: rgb(192,26,9); }
H1.HeaderClassName
{
color: #C01A09;
}
.AnyTagClassName
{
color: #C01A09;
}
</style>
background-color css
<style>
a { background-color: #C01A09; }
a { background-color: rgb(192,26,9); }
div.DivClassName
{
background-color: #C01A09;
}
.BgClassName
{
background-color: #C01A09;
}
</style>
border-color css
<style>
span { border-color: #C01A09; }
span { border-color: rgb(192,26,9); }
td.TdClassName
{
border-color: #C01A09;
}
.TagClassName
{
border-color: #C01A09;
}
</style>