Shades of Free Speech Red #C8120A
Tints of Free Speech Red #C8120A
RGB
CMYK
RGB Variations
Color information
#C8120A (or 0xC8120A) is known color: Free Speech Red. HEX triplet: C8, 12 and 0A. RGB value is (200,18,10). Sum of RGB (Red+Green+Blue) = 200+18+10=228 (30% of max value = 765). Red value is 200 (78.52% from 255 or 87.72% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 10 (4.30% from 255 or 4.39% from 228); Max value from RGB is 200 - color contains mainly: red. Hex color #C8120A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8120A is #37EDF5. Grayscale: #474747. Windows color (decimal): -3665398 or 660168. OLE color: 660168.
HSL color Cylindrical-coordinate representation of color #C8120A: hue angle of 2.53º 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 #C8120A is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 10 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.22 |
| HSL | 2.53º | 0.9% | 0.41% | - |
| HSV(B) | 2.53º | 0.95% | 0.78% | - |
| XYZ | 24.09 | 12.73 | 1.48 | - |
| YUV | 71.51 | 93.3 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 10 | 0 | 0.91 | 0.95 | 0.22 | 2.53 | 0.9 | 0.41 |
| Hex | C8 | 12 | A | 0 | 5B | 5F | 16 | 3 | 5A | 29 |
| Octal | 310 | 22 | 12 | 0 | 133 | 137 | 26 | 3 | 132 | 51 |
| Binary | 11001000 | 10010 | 1010 | 0 | 1011011 | 1011111 | 10110 | 11 | 1011010 | 101001 |
Color Harmonies of #C8120A
Complementary color
Monochromatic Colors of #C8120A
Black with #C8120A
Text Example
Text Example
White with #C8120A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8120A; }
p { color: rgb(200,18,10); }
H1.HeaderClassName
{
color: #C8120A;
}
.AnyTagClassName
{
color: #C8120A;
}
</style>
background-color css
<style>
a { background-color: #C8120A; }
a { background-color: rgb(200,18,10); }
div.DivClassName
{
background-color: #C8120A;
}
.BgClassName
{
background-color: #C8120A;
}
</style>
border-color css
<style>
span { border-color: #C8120A; }
span { border-color: rgb(200,18,10); }
td.TdClassName
{
border-color: #C8120A;
}
.TagClassName
{
border-color: #C8120A;
}
</style>