Shades of Free Speech Red #C8140D
Tints of Free Speech Red #C8140D
RGB
CMYK
RGB Variations
Color information
#C8140D (or 0xC8140D) is known color: Free Speech Red. HEX triplet: C8, 14 and 0D. RGB value is (200,20,13). Sum of RGB (Red+Green+Blue) = 200+20+13=233 (30% of max value = 765). Red value is 200 (78.52% from 255 or 85.84% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 200 - color contains mainly: red. Hex color #C8140D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8140D is #37EBF2. Grayscale: #494949. Windows color (decimal): -3664883 or 857288. OLE color: 857288.
HSL color Cylindrical-coordinate representation of color #C8140D: hue angle of 2.25º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8140D is Cyan = 0, Magento = 0.9, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 13 | - |
| CMYK | 0 | 0.9 | 0.94 | 0.22 |
| HSL | 2.25º | 0.88% | 0.42% | - |
| HSV(B) | 2.25º | 0.94% | 0.78% | - |
| XYZ | 24.14 | 12.81 | 1.58 | - |
| YUV | 73.02 | 94.13 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 13 | 0 | 0.9 | 0.94 | 0.22 | 2.25 | 0.88 | 0.42 |
| Hex | C8 | 14 | D | 0 | 5A | 5E | 16 | 2 | 58 | 2A |
| Octal | 310 | 24 | 15 | 0 | 132 | 136 | 26 | 2 | 130 | 52 |
| Binary | 11001000 | 10100 | 1101 | 0 | 1011010 | 1011110 | 10110 | 10 | 1011000 | 101010 |
Color Harmonies of #C8140D
Complementary color
Monochromatic Colors of #C8140D
Black with #C8140D
Text Example
Text Example
White with #C8140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8140D; }
p { color: rgb(200,20,13); }
H1.HeaderClassName
{
color: #C8140D;
}
.AnyTagClassName
{
color: #C8140D;
}
</style>
background-color css
<style>
a { background-color: #C8140D; }
a { background-color: rgb(200,20,13); }
div.DivClassName
{
background-color: #C8140D;
}
.BgClassName
{
background-color: #C8140D;
}
</style>
border-color css
<style>
span { border-color: #C8140D; }
span { border-color: rgb(200,20,13); }
td.TdClassName
{
border-color: #C8140D;
}
.TagClassName
{
border-color: #C8140D;
}
</style>