Shades of Free Speech Red #C80B05
Tints of Free Speech Red #C80B05
RGB
CMYK
RGB Variations
Color information
#C80B05 (or 0xC80B05) is known color: Free Speech Red. HEX triplet: C8, 0B and 05. RGB value is (200,11,5). Sum of RGB (Red+Green+Blue) = 200+11+5=216 (28% of max value = 765). Red value is 200 (78.52% from 255 or 92.59% from 216); Green value is 11 (4.69% from 255 or 5.09% from 216); Blue value is 5 (2.34% from 255 or 2.31% from 216); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80B05 is #37F4FA. Grayscale: #434343. Windows color (decimal): -3667195 or 330696. OLE color: 330696.
HSL color Cylindrical-coordinate representation of color #C80B05: hue angle of 1.85º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C80B05 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 11 | 5 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.22 |
| HSL | 1.85º | 0.95% | 0.4% | - |
| HSV(B) | 1.85º | 0.98% | 0.78% | - |
| XYZ | 23.97 | 12.53 | 1.3 | - |
| YUV | 66.83 | 93.12 | 222.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 11 | 5 | 0 | 0.94 | 0.98 | 0.22 | 1.85 | 0.95 | 0.4 |
| Hex | C8 | B | 5 | 0 | 5E | 62 | 16 | 2 | 5F | 28 |
| Octal | 310 | 13 | 5 | 0 | 136 | 142 | 26 | 2 | 137 | 50 |
| Binary | 11001000 | 1011 | 101 | 0 | 1011110 | 1100010 | 10110 | 10 | 1011111 | 101000 |
Color Harmonies of #C80B05
Complementary color
Monochromatic Colors of #C80B05
Black with #C80B05
Text Example
Text Example
White with #C80B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80B05; }
p { color: rgb(200,11,5); }
H1.HeaderClassName
{
color: #C80B05;
}
.AnyTagClassName
{
color: #C80B05;
}
</style>
background-color css
<style>
a { background-color: #C80B05; }
a { background-color: rgb(200,11,5); }
div.DivClassName
{
background-color: #C80B05;
}
.BgClassName
{
background-color: #C80B05;
}
</style>
border-color css
<style>
span { border-color: #C80B05; }
span { border-color: rgb(200,11,5); }
td.TdClassName
{
border-color: #C80B05;
}
.TagClassName
{
border-color: #C80B05;
}
</style>