Shades of Free Speech Red #C00B00
Tints of Free Speech Red #C00B00
RGB
CMYK
RGB Variations
Color information
#C00B00 (or 0xC00B00) is known color: Free Speech Red. HEX triplet: C0, 0B and 00. RGB value is (192,11,0). Sum of RGB (Red+Green+Blue) = 192+11+0=203 (26% of max value = 765). Red value is 192 (75.39% from 255 or 94.58% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 192 - color contains mainly: red. Hex color #C00B00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00B00 is #3FF4FF. Grayscale: #404040. Windows color (decimal): -4191488 or 3008. OLE color: 3008.
HSL color Cylindrical-coordinate representation of color #C00B00: hue angle of 3.44º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C00B00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 11 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.25 |
| HSL | 3.44º | 1% | 0.38% | - |
| HSV(B) | 3.44º | 1% | 0.75% | - |
| XYZ | 21.86 | 11.45 | 1.06 | - |
| YUV | 63.87 | 91.97 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 11 | 0 | 0 | 0.94 | 1 | 0.25 | 3.44 | 1 | 0.38 |
| Hex | C0 | B | 0 | 0 | 5E | 64 | 19 | 3 | 64 | 26 |
| Octal | 300 | 13 | 0 | 0 | 136 | 144 | 31 | 3 | 144 | 46 |
| Binary | 11000000 | 1011 | 0 | 0 | 1011110 | 1100100 | 11001 | 11 | 1100100 | 100110 |
Color Harmonies of #C00B00
Complementary color
Monochromatic Colors of #C00B00
Black with #C00B00
Text Example
Text Example
White with #C00B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00B00; }
p { color: rgb(192,11,0); }
H1.HeaderClassName
{
color: #C00B00;
}
.AnyTagClassName
{
color: #C00B00;
}
</style>
background-color css
<style>
a { background-color: #C00B00; }
a { background-color: rgb(192,11,0); }
div.DivClassName
{
background-color: #C00B00;
}
.BgClassName
{
background-color: #C00B00;
}
</style>
border-color css
<style>
span { border-color: #C00B00; }
span { border-color: rgb(192,11,0); }
td.TdClassName
{
border-color: #C00B00;
}
.TagClassName
{
border-color: #C00B00;
}
</style>