Shades of Free Speech Red #C80602
Tints of Free Speech Red #C80602
RGB
CMYK
RGB Variations
Color information
#C80602 (or 0xC80602) is known color: Free Speech Red. HEX triplet: C8, 06 and 02. RGB value is (200,6,2). Sum of RGB (Red+Green+Blue) = 200+6+2=208 (27% of max value = 765). Red value is 200 (78.52% from 255 or 96.15% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 2 (1.17% from 255 or 0.96% from 208); Max value from RGB is 200 - color contains mainly: red. Hex color #C80602 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80602 is #37F9FD. Grayscale: #3F3F3F. Windows color (decimal): -3668478 or 132808. OLE color: 132808.
HSL color Cylindrical-coordinate representation of color #C80602: hue angle of 1.21º degrees, saturation: 0.98, 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 #C80602 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 2 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.22 |
| HSL | 1.21º | 0.98% | 0.4% | - |
| HSV(B) | 1.21º | 0.99% | 0.78% | - |
| XYZ | 23.9 | 12.41 | 1.19 | - |
| YUV | 63.55 | 93.27 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 2 | 0 | 0.97 | 0.99 | 0.22 | 1.21 | 0.98 | 0.4 |
| Hex | C8 | 6 | 2 | 0 | 61 | 63 | 16 | 1 | 62 | 28 |
| Octal | 310 | 6 | 2 | 0 | 141 | 143 | 26 | 1 | 142 | 50 |
| Binary | 11001000 | 110 | 10 | 0 | 1100001 | 1100011 | 10110 | 1 | 1100010 | 101000 |
Color Harmonies of #C80602
Complementary color
Monochromatic Colors of #C80602
Black with #C80602
Text Example
Text Example
White with #C80602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80602; }
p { color: rgb(200,6,2); }
H1.HeaderClassName
{
color: #C80602;
}
.AnyTagClassName
{
color: #C80602;
}
</style>
background-color css
<style>
a { background-color: #C80602; }
a { background-color: rgb(200,6,2); }
div.DivClassName
{
background-color: #C80602;
}
.BgClassName
{
background-color: #C80602;
}
</style>
border-color css
<style>
span { border-color: #C80602; }
span { border-color: rgb(200,6,2); }
td.TdClassName
{
border-color: #C80602;
}
.TagClassName
{
border-color: #C80602;
}
</style>