Shades of Free Speech Red #C0190B
Tints of Free Speech Red #C0190B
RGB
CMYK
RGB Variations
Color information
#C0190B (or 0xC0190B) is known color: Free Speech Red. HEX triplet: C0, 19 and 0B. RGB value is (192,25,11). Sum of RGB (Red+Green+Blue) = 192+25+11=228 (30% of max value = 765). Red value is 192 (75.39% from 255 or 84.21% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 192 - color contains mainly: red. Hex color #C0190B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0190B is #3FE6F4. Grayscale: #494949. Windows color (decimal): -4187893 or 727488. OLE color: 727488.
HSL color Cylindrical-coordinate representation of color #C0190B: hue angle of 4.64º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0190B is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 11 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.25 |
| HSL | 4.64º | 0.89% | 0.4% | - |
| HSV(B) | 4.64º | 0.94% | 0.75% | - |
| XYZ | 22.15 | 11.93 | 1.45 | - |
| YUV | 73.34 | 92.83 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 11 | 0 | 0.87 | 0.94 | 0.25 | 4.64 | 0.89 | 0.4 |
| Hex | C0 | 19 | B | 0 | 57 | 5E | 19 | 5 | 59 | 28 |
| Octal | 300 | 31 | 13 | 0 | 127 | 136 | 31 | 5 | 131 | 50 |
| Binary | 11000000 | 11001 | 1011 | 0 | 1010111 | 1011110 | 11001 | 101 | 1011001 | 101000 |
Color Harmonies of #C0190B
Complementary color
Monochromatic Colors of #C0190B
Black with #C0190B
Text Example
Text Example
White with #C0190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0190B; }
p { color: rgb(192,25,11); }
H1.HeaderClassName
{
color: #C0190B;
}
.AnyTagClassName
{
color: #C0190B;
}
</style>
background-color css
<style>
a { background-color: #C0190B; }
a { background-color: rgb(192,25,11); }
div.DivClassName
{
background-color: #C0190B;
}
.BgClassName
{
background-color: #C0190B;
}
</style>
border-color css
<style>
span { border-color: #C0190B; }
span { border-color: rgb(192,25,11); }
td.TdClassName
{
border-color: #C0190B;
}
.TagClassName
{
border-color: #C0190B;
}
</style>