Shades of Free Speech Red #C60908
Tints of Free Speech Red #C60908
RGB
CMYK
RGB Variations
Color information
#C60908 (or 0xC60908) is known color: Free Speech Red. HEX triplet: C6, 09 and 08. RGB value is (198,9,8). Sum of RGB (Red+Green+Blue) = 198+9+8=215 (28% of max value = 765). Red value is 198 (77.73% from 255 or 92.09% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 198 - color contains mainly: red. Hex color #C60908 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60908 is #39F6F7. Grayscale: #414141. Windows color (decimal): -3798776 or 526790. OLE color: 526790.
HSL color Cylindrical-coordinate representation of color #C60908: hue angle of 0.32º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C60908 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 9 | 8 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.22 |
| HSL | 0.32º | 0.92% | 0.4% | - |
| HSV(B) | 0.32º | 0.96% | 0.78% | - |
| XYZ | 23.43 | 12.22 | 1.35 | - |
| YUV | 65.4 | 95.62 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 8 | 0 | 0.95 | 0.96 | 0.22 | 0.32 | 0.92 | 0.4 |
| Hex | C6 | 9 | 8 | 0 | 5F | 60 | 16 | 0 | 5C | 28 |
| Octal | 306 | 11 | 10 | 0 | 137 | 140 | 26 | 0 | 134 | 50 |
| Binary | 11000110 | 1001 | 1000 | 0 | 1011111 | 1100000 | 10110 | 0 | 1011100 | 101000 |
Color Harmonies of #C60908
Complementary color
Monochromatic Colors of #C60908
Black with #C60908
Text Example
Text Example
White with #C60908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60908; }
p { color: rgb(198,9,8); }
H1.HeaderClassName
{
color: #C60908;
}
.AnyTagClassName
{
color: #C60908;
}
</style>
background-color css
<style>
a { background-color: #C60908; }
a { background-color: rgb(198,9,8); }
div.DivClassName
{
background-color: #C60908;
}
.BgClassName
{
background-color: #C60908;
}
</style>
border-color css
<style>
span { border-color: #C60908; }
span { border-color: rgb(198,9,8); }
td.TdClassName
{
border-color: #C60908;
}
.TagClassName
{
border-color: #C60908;
}
</style>