Shades of Free Speech Red #C6130D
Tints of Free Speech Red #C6130D
RGB
CMYK
RGB Variations
Color information
#C6130D (or 0xC6130D) is known color: Free Speech Red. HEX triplet: C6, 13 and 0D. RGB value is (198,19,13). Sum of RGB (Red+Green+Blue) = 198+19+13=230 (30% of max value = 765). Red value is 198 (77.73% from 255 or 86.09% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 198 - color contains mainly: red. Hex color #C6130D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6130D is #39ECF2. Grayscale: #484848. Windows color (decimal): -3796211 or 857030. OLE color: 857030.
HSL color Cylindrical-coordinate representation of color #C6130D: hue angle of 1.95º 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 #C6130D is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 13 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.22 |
| HSL | 1.95º | 0.88% | 0.41% | - |
| HSV(B) | 1.95º | 0.93% | 0.78% | - |
| XYZ | 23.59 | 12.5 | 1.55 | - |
| YUV | 71.84 | 94.8 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 13 | 0 | 0.90 | 0.93 | 0.22 | 1.95 | 0.88 | 0.41 |
| Hex | C6 | 13 | D | 0 | 5A | 5D | 16 | 2 | 58 | 29 |
| Octal | 306 | 23 | 15 | 0 | 132 | 135 | 26 | 2 | 130 | 51 |
| Binary | 11000110 | 10011 | 1101 | 0 | 1011010 | 1011101 | 10110 | 10 | 1011000 | 101001 |
Color Harmonies of #C6130D
Complementary color
Monochromatic Colors of #C6130D
Black with #C6130D
Text Example
Text Example
White with #C6130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6130D; }
p { color: rgb(198,19,13); }
H1.HeaderClassName
{
color: #C6130D;
}
.AnyTagClassName
{
color: #C6130D;
}
</style>
background-color css
<style>
a { background-color: #C6130D; }
a { background-color: rgb(198,19,13); }
div.DivClassName
{
background-color: #C6130D;
}
.BgClassName
{
background-color: #C6130D;
}
</style>
border-color css
<style>
span { border-color: #C6130D; }
span { border-color: rgb(198,19,13); }
td.TdClassName
{
border-color: #C6130D;
}
.TagClassName
{
border-color: #C6130D;
}
</style>