Shades of Free Speech Red #C60900
Tints of Free Speech Red #C60900
RGB
CMYK
RGB Variations
Color information
#C60900 (or 0xC60900) is known color: Free Speech Red. HEX triplet: C6, 09 and 00. RGB value is (198,9,0). Sum of RGB (Red+Green+Blue) = 198+9+0=207 (27% of max value = 765). Red value is 198 (77.73% from 255 or 95.65% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 198 - color contains mainly: red. Hex color #C60900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60900 is #39F6FF. Grayscale: #404040. Windows color (decimal): -3798784 or 2502. OLE color: 2502.
HSL color Cylindrical-coordinate representation of color #C60900: hue angle of 2.73º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C60900 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 9 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.22 |
| HSL | 2.73º | 1% | 0.39% | - |
| HSV(B) | 2.73º | 1% | 0.78% | - |
| XYZ | 23.39 | 12.2 | 1.12 | - |
| YUV | 64.49 | 91.62 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 0 | 0 | 0.95 | 1 | 0.22 | 2.73 | 1 | 0.39 |
| Hex | C6 | 9 | 0 | 0 | 5F | 64 | 16 | 3 | 64 | 27 |
| Octal | 306 | 11 | 0 | 0 | 137 | 144 | 26 | 3 | 144 | 47 |
| Binary | 11000110 | 1001 | 0 | 0 | 1011111 | 1100100 | 10110 | 11 | 1100100 | 100111 |
Color Harmonies of #C60900
Complementary color
Monochromatic Colors of #C60900
Black with #C60900
Text Example
Text Example
White with #C60900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60900; }
p { color: rgb(198,9,0); }
H1.HeaderClassName
{
color: #C60900;
}
.AnyTagClassName
{
color: #C60900;
}
</style>
background-color css
<style>
a { background-color: #C60900; }
a { background-color: rgb(198,9,0); }
div.DivClassName
{
background-color: #C60900;
}
.BgClassName
{
background-color: #C60900;
}
</style>
border-color css
<style>
span { border-color: #C60900; }
span { border-color: rgb(198,9,0); }
td.TdClassName
{
border-color: #C60900;
}
.TagClassName
{
border-color: #C60900;
}
</style>