Shades of Free Speech Red #C9130D
Tints of Free Speech Red #C9130D
RGB
CMYK
RGB Variations
Color information
#C9130D (or 0xC9130D) is known color: Free Speech Red. HEX triplet: C9, 13 and 0D. RGB value is (201,19,13). Sum of RGB (Red+Green+Blue) = 201+19+13=233 (30% of max value = 765). Red value is 201 (78.91% from 255 or 86.27% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 201 - color contains mainly: red. Hex color #C9130D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9130D is #36ECF2. Grayscale: #484848. Windows color (decimal): -3599603 or 857033. OLE color: 857033.
HSL color Cylindrical-coordinate representation of color #C9130D: hue angle of 1.91º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9130D is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 13 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.21 |
| HSL | 1.91º | 0.88% | 0.42% | - |
| HSV(B) | 1.91º | 0.94% | 0.79% | - |
| XYZ | 24.39 | 12.91 | 1.59 | - |
| YUV | 72.73 | 94.3 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 13 | 0 | 0.91 | 0.94 | 0.21 | 1.91 | 0.88 | 0.42 |
| Hex | C9 | 13 | D | 0 | 5B | 5E | 15 | 2 | 58 | 2A |
| Octal | 311 | 23 | 15 | 0 | 133 | 136 | 25 | 2 | 130 | 52 |
| Binary | 11001001 | 10011 | 1101 | 0 | 1011011 | 1011110 | 10101 | 10 | 1011000 | 101010 |
Color Harmonies of #C9130D
Complementary color
Monochromatic Colors of #C9130D
Black with #C9130D
Text Example
Text Example
White with #C9130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9130D; }
p { color: rgb(201,19,13); }
H1.HeaderClassName
{
color: #C9130D;
}
.AnyTagClassName
{
color: #C9130D;
}
</style>
background-color css
<style>
a { background-color: #C9130D; }
a { background-color: rgb(201,19,13); }
div.DivClassName
{
background-color: #C9130D;
}
.BgClassName
{
background-color: #C9130D;
}
</style>
border-color css
<style>
span { border-color: #C9130D; }
span { border-color: rgb(201,19,13); }
td.TdClassName
{
border-color: #C9130D;
}
.TagClassName
{
border-color: #C9130D;
}
</style>