Shades of Free Speech Red #C6100D
Tints of Free Speech Red #C6100D
RGB
CMYK
RGB Variations
Color information
#C6100D (or 0xC6100D) is known color: Free Speech Red. HEX triplet: C6, 10 and 0D. RGB value is (198,16,13). Sum of RGB (Red+Green+Blue) = 198+16+13=227 (30% of max value = 765). Red value is 198 (77.73% from 255 or 87.22% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 198 - color contains mainly: red. Hex color #C6100D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6100D is #39EFF2. Grayscale: #464646. Windows color (decimal): -3796979 or 856262. OLE color: 856262.
HSL color Cylindrical-coordinate representation of color #C6100D: hue angle of 0.97º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6100D is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 16 | 13 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.22 |
| HSL | 0.97º | 0.88% | 0.41% | - |
| HSV(B) | 0.97º | 0.93% | 0.78% | - |
| XYZ | 23.55 | 12.41 | 1.53 | - |
| YUV | 70.08 | 95.8 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 13 | 0 | 0.92 | 0.93 | 0.22 | 0.97 | 0.88 | 0.41 |
| Hex | C6 | 10 | D | 0 | 5C | 5D | 16 | 1 | 58 | 29 |
| Octal | 306 | 20 | 15 | 0 | 134 | 135 | 26 | 1 | 130 | 51 |
| Binary | 11000110 | 10000 | 1101 | 0 | 1011100 | 1011101 | 10110 | 1 | 1011000 | 101001 |
Color Harmonies of #C6100D
Complementary color
Monochromatic Colors of #C6100D
Black with #C6100D
Text Example
Text Example
White with #C6100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6100D; }
p { color: rgb(198,16,13); }
H1.HeaderClassName
{
color: #C6100D;
}
.AnyTagClassName
{
color: #C6100D;
}
</style>
background-color css
<style>
a { background-color: #C6100D; }
a { background-color: rgb(198,16,13); }
div.DivClassName
{
background-color: #C6100D;
}
.BgClassName
{
background-color: #C6100D;
}
</style>
border-color css
<style>
span { border-color: #C6100D; }
span { border-color: rgb(198,16,13); }
td.TdClassName
{
border-color: #C6100D;
}
.TagClassName
{
border-color: #C6100D;
}
</style>