Shades of Free Speech Red #C81407
Tints of Free Speech Red #C81407
RGB
CMYK
RGB Variations
Color information
#C81407 (or 0xC81407) is known color: Free Speech Red. HEX triplet: C8, 14 and 07. RGB value is (200,20,7). Sum of RGB (Red+Green+Blue) = 200+20+7=227 (30% of max value = 765). Red value is 200 (78.52% from 255 or 88.11% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 200 - color contains mainly: red. Hex color #C81407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81407 is #37EBF8. Grayscale: #484848. Windows color (decimal): -3664889 or 464072. OLE color: 464072.
HSL color Cylindrical-coordinate representation of color #C81407: hue angle of 4.04º 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 #C81407 is Cyan = 0, Magento = 0.9, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 7 | - |
| CMYK | 0 | 0.9 | 0.96 | 0.22 |
| HSL | 4.04º | 0.93% | 0.41% | - |
| HSV(B) | 4.04º | 0.97% | 0.78% | - |
| XYZ | 24.11 | 12.8 | 1.4 | - |
| YUV | 72.34 | 91.13 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 7 | 0 | 0.9 | 0.96 | 0.22 | 4.04 | 0.93 | 0.41 |
| Hex | C8 | 14 | 7 | 0 | 5A | 60 | 16 | 4 | 5D | 29 |
| Octal | 310 | 24 | 7 | 0 | 132 | 140 | 26 | 4 | 135 | 51 |
| Binary | 11001000 | 10100 | 111 | 0 | 1011010 | 1100000 | 10110 | 100 | 1011101 | 101001 |
Color Harmonies of #C81407
Complementary color
Monochromatic Colors of #C81407
Black with #C81407
Text Example
Text Example
White with #C81407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81407; }
p { color: rgb(200,20,7); }
H1.HeaderClassName
{
color: #C81407;
}
.AnyTagClassName
{
color: #C81407;
}
</style>
background-color css
<style>
a { background-color: #C81407; }
a { background-color: rgb(200,20,7); }
div.DivClassName
{
background-color: #C81407;
}
.BgClassName
{
background-color: #C81407;
}
</style>
border-color css
<style>
span { border-color: #C81407; }
span { border-color: rgb(200,20,7); }
td.TdClassName
{
border-color: #C81407;
}
.TagClassName
{
border-color: #C81407;
}
</style>