Shades of Free Speech Red #C91206
Tints of Free Speech Red #C91206
RGB
CMYK
RGB Variations
Color information
#C91206 (or 0xC91206) is known color: Free Speech Red. HEX triplet: C9, 12 and 06. RGB value is (201,18,6). Sum of RGB (Red+Green+Blue) = 201+18+6=225 (29% of max value = 765). Red value is 201 (78.91% from 255 or 89.33% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 6 (2.73% from 255 or 2.67% from 225); Max value from RGB is 201 - color contains mainly: red. Hex color #C91206 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91206 is #36EDF9. Grayscale: #474747. Windows color (decimal): -3599866 or 398025. OLE color: 398025.
HSL color Cylindrical-coordinate representation of color #C91206: hue angle of 3.69º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C91206 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 6 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.21 |
| HSL | 3.69º | 0.94% | 0.41% | - |
| HSV(B) | 3.69º | 0.97% | 0.79% | - |
| XYZ | 24.34 | 12.86 | 1.37 | - |
| YUV | 71.35 | 91.13 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 6 | 0 | 0.91 | 0.97 | 0.21 | 3.69 | 0.94 | 0.41 |
| Hex | C9 | 12 | 6 | 0 | 5B | 61 | 15 | 4 | 5E | 29 |
| Octal | 311 | 22 | 6 | 0 | 133 | 141 | 25 | 4 | 136 | 51 |
| Binary | 11001001 | 10010 | 110 | 0 | 1011011 | 1100001 | 10101 | 100 | 1011110 | 101001 |
Color Harmonies of #C91206
Complementary color
Monochromatic Colors of #C91206
Black with #C91206
Text Example
Text Example
White with #C91206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91206; }
p { color: rgb(201,18,6); }
H1.HeaderClassName
{
color: #C91206;
}
.AnyTagClassName
{
color: #C91206;
}
</style>
background-color css
<style>
a { background-color: #C91206; }
a { background-color: rgb(201,18,6); }
div.DivClassName
{
background-color: #C91206;
}
.BgClassName
{
background-color: #C91206;
}
</style>
border-color css
<style>
span { border-color: #C91206; }
span { border-color: rgb(201,18,6); }
td.TdClassName
{
border-color: #C91206;
}
.TagClassName
{
border-color: #C91206;
}
</style>