Shades of Free Speech Red #C01103
Tints of Free Speech Red #C01103
RGB
CMYK
RGB Variations
Color information
#C01103 (or 0xC01103) is known color: Free Speech Red. HEX triplet: C0, 11 and 03. RGB value is (192,17,3). Sum of RGB (Red+Green+Blue) = 192+17+3=212 (28% of max value = 765). Red value is 192 (75.39% from 255 or 90.57% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 192 - color contains mainly: red. Hex color #C01103 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01103 is #3FEEFC. Grayscale: #434343. Windows color (decimal): -4189949 or 201152. OLE color: 201152.
HSL color Cylindrical-coordinate representation of color #C01103: hue angle of 4.44º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C01103 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 3 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.25 |
| HSL | 4.44º | 0.97% | 0.38% | - |
| HSV(B) | 4.44º | 0.98% | 0.75% | - |
| XYZ | 21.96 | 11.61 | 1.17 | - |
| YUV | 67.73 | 91.48 | 216.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 3 | 0 | 0.91 | 0.98 | 0.25 | 4.44 | 0.97 | 0.38 |
| Hex | C0 | 11 | 3 | 0 | 5B | 62 | 19 | 4 | 61 | 26 |
| Octal | 300 | 21 | 3 | 0 | 133 | 142 | 31 | 4 | 141 | 46 |
| Binary | 11000000 | 10001 | 11 | 0 | 1011011 | 1100010 | 11001 | 100 | 1100001 | 100110 |
Color Harmonies of #C01103
Complementary color
Monochromatic Colors of #C01103
Black with #C01103
Text Example
Text Example
White with #C01103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01103; }
p { color: rgb(192,17,3); }
H1.HeaderClassName
{
color: #C01103;
}
.AnyTagClassName
{
color: #C01103;
}
</style>
background-color css
<style>
a { background-color: #C01103; }
a { background-color: rgb(192,17,3); }
div.DivClassName
{
background-color: #C01103;
}
.BgClassName
{
background-color: #C01103;
}
</style>
border-color css
<style>
span { border-color: #C01103; }
span { border-color: rgb(192,17,3); }
td.TdClassName
{
border-color: #C01103;
}
.TagClassName
{
border-color: #C01103;
}
</style>