Shades of Free Speech Red #C80A09
Tints of Free Speech Red #C80A09
RGB
CMYK
RGB Variations
Color information
#C80A09 (or 0xC80A09) is known color: Free Speech Red. HEX triplet: C8, 0A and 09. RGB value is (200,10,9). Sum of RGB (Red+Green+Blue) = 200+10+9=219 (29% of max value = 765). Red value is 200 (78.52% from 255 or 91.32% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 9 (3.91% from 255 or 4.11% from 219); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80A09 is #37F5F6. Grayscale: #424242. Windows color (decimal): -3667447 or 592584. OLE color: 592584.
HSL color Cylindrical-coordinate representation of color #C80A09: hue angle of 0.31º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80A09 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 10 | 9 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.22 |
| HSL | 0.31º | 0.91% | 0.41% | - |
| HSV(B) | 0.31º | 0.96% | 0.78% | - |
| XYZ | 23.98 | 12.52 | 1.41 | - |
| YUV | 66.7 | 95.45 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 9 | 0 | 0.95 | 0.96 | 0.22 | 0.31 | 0.91 | 0.41 |
| Hex | C8 | A | 9 | 0 | 5F | 60 | 16 | 0 | 5B | 29 |
| Octal | 310 | 12 | 11 | 0 | 137 | 140 | 26 | 0 | 133 | 51 |
| Binary | 11001000 | 1010 | 1001 | 0 | 1011111 | 1100000 | 10110 | 0 | 1011011 | 101001 |
Color Harmonies of #C80A09
Complementary color
Monochromatic Colors of #C80A09
Black with #C80A09
Text Example
Text Example
White with #C80A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80A09; }
p { color: rgb(200,10,9); }
H1.HeaderClassName
{
color: #C80A09;
}
.AnyTagClassName
{
color: #C80A09;
}
</style>
background-color css
<style>
a { background-color: #C80A09; }
a { background-color: rgb(200,10,9); }
div.DivClassName
{
background-color: #C80A09;
}
.BgClassName
{
background-color: #C80A09;
}
</style>
border-color css
<style>
span { border-color: #C80A09; }
span { border-color: rgb(200,10,9); }
td.TdClassName
{
border-color: #C80A09;
}
.TagClassName
{
border-color: #C80A09;
}
</style>