Shades of Free Speech Red #C8190A
Tints of Free Speech Red #C8190A
RGB
CMYK
RGB Variations
Color information
#C8190A (or 0xC8190A) is known color: Free Speech Red. HEX triplet: C8, 19 and 0A. RGB value is (200,25,10). Sum of RGB (Red+Green+Blue) = 200+25+10=235 (31% of max value = 765). Red value is 200 (78.52% from 255 or 85.11% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 200 - color contains mainly: red. Hex color #C8190A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8190A is #37E6F5. Grayscale: #4B4B4B. Windows color (decimal): -3663606 or 661960. OLE color: 661960.
HSL color Cylindrical-coordinate representation of color #C8190A: hue angle of 4.74º degrees, saturation: 0.9, 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 #C8190A is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 10 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.22 |
| HSL | 4.74º | 0.9% | 0.41% | - |
| HSV(B) | 4.74º | 0.95% | 0.78% | - |
| XYZ | 24.22 | 13 | 1.52 | - |
| YUV | 75.62 | 90.98 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 10 | 0 | 0.88 | 0.95 | 0.22 | 4.74 | 0.9 | 0.41 |
| Hex | C8 | 19 | A | 0 | 58 | 5F | 16 | 5 | 5A | 29 |
| Octal | 310 | 31 | 12 | 0 | 130 | 137 | 26 | 5 | 132 | 51 |
| Binary | 11001000 | 11001 | 1010 | 0 | 1011000 | 1011111 | 10110 | 101 | 1011010 | 101001 |
Color Harmonies of #C8190A
Complementary color
Monochromatic Colors of #C8190A
Black with #C8190A
Text Example
Text Example
White with #C8190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8190A; }
p { color: rgb(200,25,10); }
H1.HeaderClassName
{
color: #C8190A;
}
.AnyTagClassName
{
color: #C8190A;
}
</style>
background-color css
<style>
a { background-color: #C8190A; }
a { background-color: rgb(200,25,10); }
div.DivClassName
{
background-color: #C8190A;
}
.BgClassName
{
background-color: #C8190A;
}
</style>
border-color css
<style>
span { border-color: #C8190A; }
span { border-color: rgb(200,25,10); }
td.TdClassName
{
border-color: #C8190A;
}
.TagClassName
{
border-color: #C8190A;
}
</style>