Shades of Free Speech Red #C60A01
Tints of Free Speech Red #C60A01
RGB
CMYK
RGB Variations
Color information
#C60A01 (or 0xC60A01) is known color: Free Speech Red. HEX triplet: C6, 0A and 01. RGB value is (198,10,1). Sum of RGB (Red+Green+Blue) = 198+10+1=209 (27% of max value = 765). Red value is 198 (77.73% from 255 or 94.74% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 198 - color contains mainly: red. Hex color #C60A01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60A01 is #39F5FE. Grayscale: #414141. Windows color (decimal): -3798527 or 68294. OLE color: 68294.
HSL color Cylindrical-coordinate representation of color #C60A01: hue angle of 2.74º 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 #C60A01 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 10 | 1 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.22 |
| HSL | 2.74º | 0.99% | 0.39% | - |
| HSV(B) | 2.74º | 0.99% | 0.78% | - |
| XYZ | 23.4 | 12.23 | 1.15 | - |
| YUV | 65.19 | 91.78 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 1 | 0 | 0.95 | 0.99 | 0.22 | 2.74 | 0.99 | 0.39 |
| Hex | C6 | A | 1 | 0 | 5F | 63 | 16 | 3 | 63 | 27 |
| Octal | 306 | 12 | 1 | 0 | 137 | 143 | 26 | 3 | 143 | 47 |
| Binary | 11000110 | 1010 | 1 | 0 | 1011111 | 1100011 | 10110 | 11 | 1100011 | 100111 |
Color Harmonies of #C60A01
Complementary color
Monochromatic Colors of #C60A01
Black with #C60A01
Text Example
Text Example
White with #C60A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60A01; }
p { color: rgb(198,10,1); }
H1.HeaderClassName
{
color: #C60A01;
}
.AnyTagClassName
{
color: #C60A01;
}
</style>
background-color css
<style>
a { background-color: #C60A01; }
a { background-color: rgb(198,10,1); }
div.DivClassName
{
background-color: #C60A01;
}
.BgClassName
{
background-color: #C60A01;
}
</style>
border-color css
<style>
span { border-color: #C60A01; }
span { border-color: rgb(198,10,1); }
td.TdClassName
{
border-color: #C60A01;
}
.TagClassName
{
border-color: #C60A01;
}
</style>