Shades of Free Speech Red #C00B08
Tints of Free Speech Red #C00B08
RGB
CMYK
RGB Variations
Color information
#C00B08 (or 0xC00B08) is known color: Free Speech Red. HEX triplet: C0, 0B and 08. RGB value is (192,11,8). Sum of RGB (Red+Green+Blue) = 192+11+8=211 (27% of max value = 765). Red value is 192 (75.39% from 255 or 91.00% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 192 - color contains mainly: red. Hex color #C00B08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00B08 is #3FF4F7. Grayscale: #404040. Windows color (decimal): -4191480 or 527296. OLE color: 527296.
HSL color Cylindrical-coordinate representation of color #C00B08: hue angle of 0.98º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00B08 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 11 | 8 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.25 |
| HSL | 0.98º | 0.92% | 0.39% | - |
| HSV(B) | 0.98º | 0.96% | 0.75% | - |
| XYZ | 21.9 | 11.46 | 1.29 | - |
| YUV | 64.78 | 95.97 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 11 | 8 | 0 | 0.94 | 0.96 | 0.25 | 0.98 | 0.92 | 0.39 |
| Hex | C0 | B | 8 | 0 | 5E | 60 | 19 | 1 | 5C | 27 |
| Octal | 300 | 13 | 10 | 0 | 136 | 140 | 31 | 1 | 134 | 47 |
| Binary | 11000000 | 1011 | 1000 | 0 | 1011110 | 1100000 | 11001 | 1 | 1011100 | 100111 |
Color Harmonies of #C00B08
Complementary color
Monochromatic Colors of #C00B08
Black with #C00B08
Text Example
Text Example
White with #C00B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00B08; }
p { color: rgb(192,11,8); }
H1.HeaderClassName
{
color: #C00B08;
}
.AnyTagClassName
{
color: #C00B08;
}
</style>
background-color css
<style>
a { background-color: #C00B08; }
a { background-color: rgb(192,11,8); }
div.DivClassName
{
background-color: #C00B08;
}
.BgClassName
{
background-color: #C00B08;
}
</style>
border-color css
<style>
span { border-color: #C00B08; }
span { border-color: rgb(192,11,8); }
td.TdClassName
{
border-color: #C00B08;
}
.TagClassName
{
border-color: #C00B08;
}
</style>