Shades of Free Speech Red #C80802
Tints of Free Speech Red #C80802
RGB
CMYK
RGB Variations
Color information
#C80802 (or 0xC80802) is known color: Free Speech Red. HEX triplet: C8, 08 and 02. RGB value is (200,8,2). Sum of RGB (Red+Green+Blue) = 200+8+2=210 (27% of max value = 765). Red value is 200 (78.52% from 255 or 95.24% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 200 - color contains mainly: red. Hex color #C80802 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80802 is #37F7FD. Grayscale: #404040. Windows color (decimal): -3667966 or 133320. OLE color: 133320.
HSL color Cylindrical-coordinate representation of color #C80802: hue angle of 1.82º 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 #C80802 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.22 |
| HSL | 1.82º | 0.98% | 0.4% | - |
| HSV(B) | 1.82º | 0.99% | 0.78% | - |
| XYZ | 23.92 | 12.46 | 1.2 | - |
| YUV | 64.72 | 92.61 | 224.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 2 | 0 | 0.96 | 0.99 | 0.22 | 1.82 | 0.98 | 0.4 |
| Hex | C8 | 8 | 2 | 0 | 60 | 63 | 16 | 2 | 62 | 28 |
| Octal | 310 | 10 | 2 | 0 | 140 | 143 | 26 | 2 | 142 | 50 |
| Binary | 11001000 | 1000 | 10 | 0 | 1100000 | 1100011 | 10110 | 10 | 1100010 | 101000 |
Color Harmonies of #C80802
Complementary color
Monochromatic Colors of #C80802
Black with #C80802
Text Example
Text Example
White with #C80802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80802; }
p { color: rgb(200,8,2); }
H1.HeaderClassName
{
color: #C80802;
}
.AnyTagClassName
{
color: #C80802;
}
</style>
background-color css
<style>
a { background-color: #C80802; }
a { background-color: rgb(200,8,2); }
div.DivClassName
{
background-color: #C80802;
}
.BgClassName
{
background-color: #C80802;
}
</style>
border-color css
<style>
span { border-color: #C80802; }
span { border-color: rgb(200,8,2); }
td.TdClassName
{
border-color: #C80802;
}
.TagClassName
{
border-color: #C80802;
}
</style>