Shades of Free Speech Red #C60C03
Tints of Free Speech Red #C60C03
RGB
CMYK
RGB Variations
Color information
#C60C03 (or 0xC60C03) is known color: Free Speech Red. HEX triplet: C6, 0C and 03. RGB value is (198,12,3). Sum of RGB (Red+Green+Blue) = 198+12+3=213 (28% of max value = 765). Red value is 198 (77.73% from 255 or 92.96% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 198 - color contains mainly: red. Hex color #C60C03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60C03 is #39F3FC. Grayscale: #424242. Windows color (decimal): -3798013 or 199878. OLE color: 199878.
HSL color Cylindrical-coordinate representation of color #C60C03: hue angle of 2.77º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60C03 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 12 | 3 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.22 |
| HSL | 2.77º | 0.97% | 0.39% | - |
| HSV(B) | 2.77º | 0.98% | 0.78% | - |
| XYZ | 23.44 | 12.28 | 1.22 | - |
| YUV | 66.59 | 92.12 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 12 | 3 | 0 | 0.94 | 0.98 | 0.22 | 2.77 | 0.97 | 0.39 |
| Hex | C6 | C | 3 | 0 | 5E | 62 | 16 | 3 | 61 | 27 |
| Octal | 306 | 14 | 3 | 0 | 136 | 142 | 26 | 3 | 141 | 47 |
| Binary | 11000110 | 1100 | 11 | 0 | 1011110 | 1100010 | 10110 | 11 | 1100001 | 100111 |
Color Harmonies of #C60C03
Complementary color
Monochromatic Colors of #C60C03
Black with #C60C03
Text Example
Text Example
White with #C60C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60C03; }
p { color: rgb(198,12,3); }
H1.HeaderClassName
{
color: #C60C03;
}
.AnyTagClassName
{
color: #C60C03;
}
</style>
background-color css
<style>
a { background-color: #C60C03; }
a { background-color: rgb(198,12,3); }
div.DivClassName
{
background-color: #C60C03;
}
.BgClassName
{
background-color: #C60C03;
}
</style>
border-color css
<style>
span { border-color: #C60C03; }
span { border-color: rgb(198,12,3); }
td.TdClassName
{
border-color: #C60C03;
}
.TagClassName
{
border-color: #C60C03;
}
</style>