Shades of Free Speech Red #C80503
Tints of Free Speech Red #C80503
RGB
CMYK
RGB Variations
Color information
#C80503 (or 0xC80503) is known color: Free Speech Red. HEX triplet: C8, 05 and 03. RGB value is (200,5,3). Sum of RGB (Red+Green+Blue) = 200+5+3=208 (27% of max value = 765). Red value is 200 (78.52% from 255 or 96.15% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 3 (1.56% from 255 or 1.44% from 208); Max value from RGB is 200 - color contains mainly: red. Hex color #C80503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80503 is #37FAFC. Grayscale: #3F3F3F. Windows color (decimal): -3668733 or 198088. OLE color: 198088.
HSL color Cylindrical-coordinate representation of color #C80503: hue angle of 0.61º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80503 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 3 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.22 |
| HSL | 0.61º | 0.97% | 0.4% | - |
| HSV(B) | 0.61º | 0.99% | 0.78% | - |
| XYZ | 23.89 | 12.39 | 1.22 | - |
| YUV | 63.08 | 94.1 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 3 | 0 | 0.98 | 0.98 | 0.22 | 0.61 | 0.97 | 0.4 |
| Hex | C8 | 5 | 3 | 0 | 62 | 62 | 16 | 1 | 61 | 28 |
| Octal | 310 | 5 | 3 | 0 | 142 | 142 | 26 | 1 | 141 | 50 |
| Binary | 11001000 | 101 | 11 | 0 | 1100010 | 1100010 | 10110 | 1 | 1100001 | 101000 |
Color Harmonies of #C80503
Complementary color
Monochromatic Colors of #C80503
Black with #C80503
Text Example
Text Example
White with #C80503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80503; }
p { color: rgb(200,5,3); }
H1.HeaderClassName
{
color: #C80503;
}
.AnyTagClassName
{
color: #C80503;
}
</style>
background-color css
<style>
a { background-color: #C80503; }
a { background-color: rgb(200,5,3); }
div.DivClassName
{
background-color: #C80503;
}
.BgClassName
{
background-color: #C80503;
}
</style>
border-color css
<style>
span { border-color: #C80503; }
span { border-color: rgb(200,5,3); }
td.TdClassName
{
border-color: #C80503;
}
.TagClassName
{
border-color: #C80503;
}
</style>