Shades of Free Speech Red #C81907
Tints of Free Speech Red #C81907
RGB
CMYK
RGB Variations
Color information
#C81907 (or 0xC81907) is known color: Free Speech Red. HEX triplet: C8, 19 and 07. RGB value is (200,25,7). Sum of RGB (Red+Green+Blue) = 200+25+7=232 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.21% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 200 - color contains mainly: red. Hex color #C81907 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81907 is #37E6F8. Grayscale: #4B4B4B. Windows color (decimal): -3663609 or 465352. OLE color: 465352.
HSL color Cylindrical-coordinate representation of color #C81907: hue angle of 5.6º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C81907 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 7 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.22 |
| HSL | 5.6º | 0.93% | 0.41% | - |
| HSV(B) | 5.6º | 0.97% | 0.78% | - |
| XYZ | 24.21 | 12.99 | 1.43 | - |
| YUV | 75.27 | 89.48 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 7 | 0 | 0.88 | 0.96 | 0.22 | 5.6 | 0.93 | 0.41 |
| Hex | C8 | 19 | 7 | 0 | 58 | 60 | 16 | 6 | 5D | 29 |
| Octal | 310 | 31 | 7 | 0 | 130 | 140 | 26 | 6 | 135 | 51 |
| Binary | 11001000 | 11001 | 111 | 0 | 1011000 | 1100000 | 10110 | 110 | 1011101 | 101001 |
Color Harmonies of #C81907
Complementary color
Monochromatic Colors of #C81907
Black with #C81907
Text Example
Text Example
White with #C81907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81907; }
p { color: rgb(200,25,7); }
H1.HeaderClassName
{
color: #C81907;
}
.AnyTagClassName
{
color: #C81907;
}
</style>
background-color css
<style>
a { background-color: #C81907; }
a { background-color: rgb(200,25,7); }
div.DivClassName
{
background-color: #C81907;
}
.BgClassName
{
background-color: #C81907;
}
</style>
border-color css
<style>
span { border-color: #C81907; }
span { border-color: rgb(200,25,7); }
td.TdClassName
{
border-color: #C81907;
}
.TagClassName
{
border-color: #C81907;
}
</style>