Shades of Free Speech Red #C90907
Tints of Free Speech Red #C90907
RGB
CMYK
RGB Variations
Color information
#C90907 (or 0xC90907) is known color: Free Speech Red. HEX triplet: C9, 09 and 07. RGB value is (201,9,7). Sum of RGB (Red+Green+Blue) = 201+9+7=217 (28% of max value = 765). Red value is 201 (78.91% from 255 or 92.63% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 7 (3.12% from 255 or 3.23% from 217); Max value from RGB is 201 - color contains mainly: red. Hex color #C90907 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90907 is #36F6F8. Grayscale: #424242. Windows color (decimal): -3602169 or 461257. OLE color: 461257.
HSL color Cylindrical-coordinate representation of color #C90907: hue angle of 0.62º degrees, saturation: 0.93, 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 #C90907 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 7 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.21 |
| HSL | 0.62º | 0.93% | 0.41% | - |
| HSV(B) | 0.62º | 0.97% | 0.79% | - |
| XYZ | 24.22 | 12.63 | 1.36 | - |
| YUV | 66.18 | 94.61 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 7 | 0 | 0.96 | 0.97 | 0.21 | 0.62 | 0.93 | 0.41 |
| Hex | C9 | 9 | 7 | 0 | 60 | 61 | 15 | 1 | 5D | 29 |
| Octal | 311 | 11 | 7 | 0 | 140 | 141 | 25 | 1 | 135 | 51 |
| Binary | 11001001 | 1001 | 111 | 0 | 1100000 | 1100001 | 10101 | 1 | 1011101 | 101001 |
Color Harmonies of #C90907
Complementary color
Monochromatic Colors of #C90907
Black with #C90907
Text Example
Text Example
White with #C90907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90907; }
p { color: rgb(201,9,7); }
H1.HeaderClassName
{
color: #C90907;
}
.AnyTagClassName
{
color: #C90907;
}
</style>
background-color css
<style>
a { background-color: #C90907; }
a { background-color: rgb(201,9,7); }
div.DivClassName
{
background-color: #C90907;
}
.BgClassName
{
background-color: #C90907;
}
</style>
border-color css
<style>
span { border-color: #C90907; }
span { border-color: rgb(201,9,7); }
td.TdClassName
{
border-color: #C90907;
}
.TagClassName
{
border-color: #C90907;
}
</style>