Shades of Free Speech Red #C60F02
Tints of Free Speech Red #C60F02
RGB
CMYK
RGB Variations
Color information
#C60F02 (or 0xC60F02) is known color: Free Speech Red. HEX triplet: C6, 0F and 02. RGB value is (198,15,2). Sum of RGB (Red+Green+Blue) = 198+15+2=215 (28% of max value = 765). Red value is 198 (77.73% from 255 or 92.09% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60F02 is #39F0FD. Grayscale: #444444. Windows color (decimal): -3797246 or 135110. OLE color: 135110.
HSL color Cylindrical-coordinate representation of color #C60F02: hue angle of 3.98º 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 #C60F02 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 15 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.22 |
| HSL | 3.98º | 0.98% | 0.39% | - |
| HSV(B) | 3.98º | 0.99% | 0.78% | - |
| XYZ | 23.47 | 12.35 | 1.2 | - |
| YUV | 68.24 | 90.63 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 2 | 0 | 0.92 | 0.99 | 0.22 | 3.98 | 0.98 | 0.39 |
| Hex | C6 | F | 2 | 0 | 5C | 63 | 16 | 4 | 62 | 27 |
| Octal | 306 | 17 | 2 | 0 | 134 | 143 | 26 | 4 | 142 | 47 |
| Binary | 11000110 | 1111 | 10 | 0 | 1011100 | 1100011 | 10110 | 100 | 1100010 | 100111 |
Color Harmonies of #C60F02
Complementary color
Monochromatic Colors of #C60F02
Black with #C60F02
Text Example
Text Example
White with #C60F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60F02; }
p { color: rgb(198,15,2); }
H1.HeaderClassName
{
color: #C60F02;
}
.AnyTagClassName
{
color: #C60F02;
}
</style>
background-color css
<style>
a { background-color: #C60F02; }
a { background-color: rgb(198,15,2); }
div.DivClassName
{
background-color: #C60F02;
}
.BgClassName
{
background-color: #C60F02;
}
</style>
border-color css
<style>
span { border-color: #C60F02; }
span { border-color: rgb(198,15,2); }
td.TdClassName
{
border-color: #C60F02;
}
.TagClassName
{
border-color: #C60F02;
}
</style>