Shades of Free Speech Red #C81909
Tints of Free Speech Red #C81909
RGB
CMYK
RGB Variations
Color information
#C81909 (or 0xC81909) is known color: Free Speech Red. HEX triplet: C8, 19 and 09. RGB value is (200,25,9). Sum of RGB (Red+Green+Blue) = 200+25+9=234 (30% of max value = 765). Red value is 200 (78.52% from 255 or 85.47% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 200 - color contains mainly: red. Hex color #C81909 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81909 is #37E6F6. Grayscale: #4B4B4B. Windows color (decimal): -3663607 or 596424. OLE color: 596424.
HSL color Cylindrical-coordinate representation of color #C81909: hue angle of 5.03º 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 #C81909 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 9 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.22 |
| HSL | 5.03º | 0.91% | 0.41% | - |
| HSV(B) | 5.03º | 0.96% | 0.78% | - |
| XYZ | 24.22 | 12.99 | 1.49 | - |
| YUV | 75.5 | 90.48 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 9 | 0 | 0.88 | 0.96 | 0.22 | 5.03 | 0.91 | 0.41 |
| Hex | C8 | 19 | 9 | 0 | 58 | 60 | 16 | 5 | 5B | 29 |
| Octal | 310 | 31 | 11 | 0 | 130 | 140 | 26 | 5 | 133 | 51 |
| Binary | 11001000 | 11001 | 1001 | 0 | 1011000 | 1100000 | 10110 | 101 | 1011011 | 101001 |
Color Harmonies of #C81909
Complementary color
Monochromatic Colors of #C81909
Black with #C81909
Text Example
Text Example
White with #C81909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81909; }
p { color: rgb(200,25,9); }
H1.HeaderClassName
{
color: #C81909;
}
.AnyTagClassName
{
color: #C81909;
}
</style>
background-color css
<style>
a { background-color: #C81909; }
a { background-color: rgb(200,25,9); }
div.DivClassName
{
background-color: #C81909;
}
.BgClassName
{
background-color: #C81909;
}
</style>
border-color css
<style>
span { border-color: #C81909; }
span { border-color: rgb(200,25,9); }
td.TdClassName
{
border-color: #C81909;
}
.TagClassName
{
border-color: #C81909;
}
</style>