Shades of Free Speech Red #C81709
Tints of Free Speech Red #C81709
RGB
CMYK
RGB Variations
Color information
#C81709 (or 0xC81709) is known color: Free Speech Red. HEX triplet: C8, 17 and 09. RGB value is (200,23,9). Sum of RGB (Red+Green+Blue) = 200+23+9=232 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.21% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 200 - color contains mainly: red. Hex color #C81709 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81709 is #37E8F6. Grayscale: #4A4A4A. Windows color (decimal): -3664119 or 595912. OLE color: 595912.
HSL color Cylindrical-coordinate representation of color #C81709: hue angle of 4.4º 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 #C81709 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 9 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.22 |
| HSL | 4.4º | 0.91% | 0.41% | - |
| HSV(B) | 4.4º | 0.96% | 0.78% | - |
| XYZ | 24.18 | 12.91 | 1.48 | - |
| YUV | 74.33 | 91.14 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 9 | 0 | 0.88 | 0.96 | 0.22 | 4.4 | 0.91 | 0.41 |
| Hex | C8 | 17 | 9 | 0 | 58 | 60 | 16 | 4 | 5B | 29 |
| Octal | 310 | 27 | 11 | 0 | 130 | 140 | 26 | 4 | 133 | 51 |
| Binary | 11001000 | 10111 | 1001 | 0 | 1011000 | 1100000 | 10110 | 100 | 1011011 | 101001 |
Color Harmonies of #C81709
Complementary color
Monochromatic Colors of #C81709
Black with #C81709
Text Example
Text Example
White with #C81709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81709; }
p { color: rgb(200,23,9); }
H1.HeaderClassName
{
color: #C81709;
}
.AnyTagClassName
{
color: #C81709;
}
</style>
background-color css
<style>
a { background-color: #C81709; }
a { background-color: rgb(200,23,9); }
div.DivClassName
{
background-color: #C81709;
}
.BgClassName
{
background-color: #C81709;
}
</style>
border-color css
<style>
span { border-color: #C81709; }
span { border-color: rgb(200,23,9); }
td.TdClassName
{
border-color: #C81709;
}
.TagClassName
{
border-color: #C81709;
}
</style>