Shades of Free Speech Red #C81209
Tints of Free Speech Red #C81209
RGB
CMYK
RGB Variations
Color information
#C81209 (or 0xC81209) is known color: Free Speech Red. HEX triplet: C8, 12 and 09. RGB value is (200,18,9). Sum of RGB (Red+Green+Blue) = 200+18+9=227 (30% of max value = 765). Red value is 200 (78.52% from 255 or 88.11% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 200 - color contains mainly: red. Hex color #C81209 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81209 is #37EDF6. Grayscale: #474747. Windows color (decimal): -3665399 or 594632. OLE color: 594632.
HSL color Cylindrical-coordinate representation of color #C81209: hue angle of 2.83º 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 #C81209 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 9 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.22 |
| HSL | 2.83º | 0.91% | 0.41% | - |
| HSV(B) | 2.83º | 0.96% | 0.78% | - |
| XYZ | 24.09 | 12.73 | 1.45 | - |
| YUV | 71.39 | 92.8 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 9 | 0 | 0.91 | 0.96 | 0.22 | 2.83 | 0.91 | 0.41 |
| Hex | C8 | 12 | 9 | 0 | 5B | 60 | 16 | 3 | 5B | 29 |
| Octal | 310 | 22 | 11 | 0 | 133 | 140 | 26 | 3 | 133 | 51 |
| Binary | 11001000 | 10010 | 1001 | 0 | 1011011 | 1100000 | 10110 | 11 | 1011011 | 101001 |
Color Harmonies of #C81209
Complementary color
Monochromatic Colors of #C81209
Black with #C81209
Text Example
Text Example
White with #C81209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81209; }
p { color: rgb(200,18,9); }
H1.HeaderClassName
{
color: #C81209;
}
.AnyTagClassName
{
color: #C81209;
}
</style>
background-color css
<style>
a { background-color: #C81209; }
a { background-color: rgb(200,18,9); }
div.DivClassName
{
background-color: #C81209;
}
.BgClassName
{
background-color: #C81209;
}
</style>
border-color css
<style>
span { border-color: #C81209; }
span { border-color: rgb(200,18,9); }
td.TdClassName
{
border-color: #C81209;
}
.TagClassName
{
border-color: #C81209;
}
</style>