Shades of Free Speech Red #C01009
Tints of Free Speech Red #C01009
RGB
CMYK
RGB Variations
Color information
#C01009 (or 0xC01009) is known color: Free Speech Red. HEX triplet: C0, 10 and 09. RGB value is (192,16,9). Sum of RGB (Red+Green+Blue) = 192+16+9=217 (28% of max value = 765). Red value is 192 (75.39% from 255 or 88.48% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 9 (3.91% from 255 or 4.15% from 217); Max value from RGB is 192 - color contains mainly: red. Hex color #C01009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01009 is #3FEFF6. Grayscale: #444444. Windows color (decimal): -4190199 or 594112. OLE color: 594112.
HSL color Cylindrical-coordinate representation of color #C01009: hue angle of 2.3º 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 #C01009 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 9 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.25 |
| HSL | 2.3º | 0.91% | 0.39% | - |
| HSV(B) | 2.3º | 0.95% | 0.75% | - |
| XYZ | 21.97 | 11.6 | 1.34 | - |
| YUV | 67.83 | 94.81 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 9 | 0 | 0.92 | 0.95 | 0.25 | 2.3 | 0.91 | 0.39 |
| Hex | C0 | 10 | 9 | 0 | 5C | 5F | 19 | 2 | 5B | 27 |
| Octal | 300 | 20 | 11 | 0 | 134 | 137 | 31 | 2 | 133 | 47 |
| Binary | 11000000 | 10000 | 1001 | 0 | 1011100 | 1011111 | 11001 | 10 | 1011011 | 100111 |
Color Harmonies of #C01009
Complementary color
Monochromatic Colors of #C01009
Black with #C01009
Text Example
Text Example
White with #C01009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01009; }
p { color: rgb(192,16,9); }
H1.HeaderClassName
{
color: #C01009;
}
.AnyTagClassName
{
color: #C01009;
}
</style>
background-color css
<style>
a { background-color: #C01009; }
a { background-color: rgb(192,16,9); }
div.DivClassName
{
background-color: #C01009;
}
.BgClassName
{
background-color: #C01009;
}
</style>
border-color css
<style>
span { border-color: #C01009; }
span { border-color: rgb(192,16,9); }
td.TdClassName
{
border-color: #C01009;
}
.TagClassName
{
border-color: #C01009;
}
</style>