Shades of Free Speech Red #C60A02
Tints of Free Speech Red #C60A02
RGB
CMYK
RGB Variations
Color information
#C60A02 (or 0xC60A02) is known color: Free Speech Red. HEX triplet: C6, 0A and 02. RGB value is (198,10,2). Sum of RGB (Red+Green+Blue) = 198+10+2=210 (27% of max value = 765). Red value is 198 (77.73% from 255 or 94.29% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 198 - color contains mainly: red. Hex color #C60A02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60A02 is #39F5FD. Grayscale: #414141. Windows color (decimal): -3798526 or 133830. OLE color: 133830.
HSL color Cylindrical-coordinate representation of color #C60A02: hue angle of 2.45º degrees, saturation: 0.98, 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 #C60A02 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 10 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.22 |
| HSL | 2.45º | 0.98% | 0.39% | - |
| HSV(B) | 2.45º | 0.99% | 0.78% | - |
| XYZ | 23.41 | 12.23 | 1.18 | - |
| YUV | 65.3 | 92.28 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 2 | 0 | 0.95 | 0.99 | 0.22 | 2.45 | 0.98 | 0.39 |
| Hex | C6 | A | 2 | 0 | 5F | 63 | 16 | 2 | 62 | 27 |
| Octal | 306 | 12 | 2 | 0 | 137 | 143 | 26 | 2 | 142 | 47 |
| Binary | 11000110 | 1010 | 10 | 0 | 1011111 | 1100011 | 10110 | 10 | 1100010 | 100111 |
Color Harmonies of #C60A02
Complementary color
Monochromatic Colors of #C60A02
Black with #C60A02
Text Example
Text Example
White with #C60A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60A02; }
p { color: rgb(198,10,2); }
H1.HeaderClassName
{
color: #C60A02;
}
.AnyTagClassName
{
color: #C60A02;
}
</style>
background-color css
<style>
a { background-color: #C60A02; }
a { background-color: rgb(198,10,2); }
div.DivClassName
{
background-color: #C60A02;
}
.BgClassName
{
background-color: #C60A02;
}
</style>
border-color css
<style>
span { border-color: #C60A02; }
span { border-color: rgb(198,10,2); }
td.TdClassName
{
border-color: #C60A02;
}
.TagClassName
{
border-color: #C60A02;
}
</style>