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