Shades of Free Speech Red #C81109
Tints of Free Speech Red #C81109
RGB
CMYK
RGB Variations
Color information
#C81109 (or 0xC81109) is known color: Free Speech Red. HEX triplet: C8, 11 and 09. RGB value is (200,17,9). Sum of RGB (Red+Green+Blue) = 200+17+9=226 (29% of max value = 765). Red value is 200 (78.52% from 255 or 88.50% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 9 (3.91% from 255 or 3.98% from 226); Max value from RGB is 200 - color contains mainly: red. Hex color #C81109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81109 is #37EEF6. Grayscale: #474747. Windows color (decimal): -3665655 or 594376. OLE color: 594376.
HSL color Cylindrical-coordinate representation of color #C81109: hue angle of 2.51º 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 #C81109 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 9 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.22 |
| HSL | 2.51º | 0.91% | 0.41% | - |
| HSV(B) | 2.51º | 0.96% | 0.78% | - |
| XYZ | 24.07 | 12.7 | 1.44 | - |
| YUV | 70.81 | 93.13 | 220.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 9 | 0 | 0.92 | 0.96 | 0.22 | 2.51 | 0.91 | 0.41 |
| Hex | C8 | 11 | 9 | 0 | 5C | 60 | 16 | 3 | 5B | 29 |
| Octal | 310 | 21 | 11 | 0 | 134 | 140 | 26 | 3 | 133 | 51 |
| Binary | 11001000 | 10001 | 1001 | 0 | 1011100 | 1100000 | 10110 | 11 | 1011011 | 101001 |
Color Harmonies of #C81109
Complementary color
Monochromatic Colors of #C81109
Black with #C81109
Text Example
Text Example
White with #C81109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81109; }
p { color: rgb(200,17,9); }
H1.HeaderClassName
{
color: #C81109;
}
.AnyTagClassName
{
color: #C81109;
}
</style>
background-color css
<style>
a { background-color: #C81109; }
a { background-color: rgb(200,17,9); }
div.DivClassName
{
background-color: #C81109;
}
.BgClassName
{
background-color: #C81109;
}
</style>
border-color css
<style>
span { border-color: #C81109; }
span { border-color: rgb(200,17,9); }
td.TdClassName
{
border-color: #C81109;
}
.TagClassName
{
border-color: #C81109;
}
</style>