Shades of Free Speech Red #C60B01
Tints of Free Speech Red #C60B01
RGB
CMYK
RGB Variations
Color information
#C60B01 (or 0xC60B01) is known color: Free Speech Red. HEX triplet: C6, 0B and 01. RGB value is (198,11,1). Sum of RGB (Red+Green+Blue) = 198+11+1=210 (27% of max value = 765). Red value is 198 (77.73% from 255 or 94.29% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 198 - color contains mainly: red. Hex color #C60B01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60B01 is #39F4FE. Grayscale: #424242. Windows color (decimal): -3798271 or 68550. OLE color: 68550.
HSL color Cylindrical-coordinate representation of color #C60B01: hue angle of 3.05º 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 #C60B01 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 11 | 1 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.22 |
| HSL | 3.05º | 0.99% | 0.39% | - |
| HSV(B) | 3.05º | 0.99% | 0.78% | - |
| XYZ | 23.41 | 12.25 | 1.16 | - |
| YUV | 65.77 | 91.45 | 222.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 1 | 0 | 0.94 | 0.99 | 0.22 | 3.05 | 0.99 | 0.39 |
| Hex | C6 | B | 1 | 0 | 5E | 63 | 16 | 3 | 63 | 27 |
| Octal | 306 | 13 | 1 | 0 | 136 | 143 | 26 | 3 | 143 | 47 |
| Binary | 11000110 | 1011 | 1 | 0 | 1011110 | 1100011 | 10110 | 11 | 1100011 | 100111 |
Color Harmonies of #C60B01
Complementary color
Monochromatic Colors of #C60B01
Black with #C60B01
Text Example
Text Example
White with #C60B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60B01; }
p { color: rgb(198,11,1); }
H1.HeaderClassName
{
color: #C60B01;
}
.AnyTagClassName
{
color: #C60B01;
}
</style>
background-color css
<style>
a { background-color: #C60B01; }
a { background-color: rgb(198,11,1); }
div.DivClassName
{
background-color: #C60B01;
}
.BgClassName
{
background-color: #C60B01;
}
</style>
border-color css
<style>
span { border-color: #C60B01; }
span { border-color: rgb(198,11,1); }
td.TdClassName
{
border-color: #C60B01;
}
.TagClassName
{
border-color: #C60B01;
}
</style>