Shades of Free Speech Red #C60E01
Tints of Free Speech Red #C60E01
RGB
CMYK
RGB Variations
Color information
#C60E01 (or 0xC60E01) is known color: Free Speech Red. HEX triplet: C6, 0E and 01. RGB value is (198,14,1). Sum of RGB (Red+Green+Blue) = 198+14+1=213 (28% of max value = 765). Red value is 198 (77.73% from 255 or 92.96% from 213); Green value is 14 (5.86% from 255 or 6.57% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 198 - color contains mainly: red. Hex color #C60E01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60E01 is #39F1FE. Grayscale: #434343. Windows color (decimal): -3797503 or 69318. OLE color: 69318.
HSL color Cylindrical-coordinate representation of color #C60E01: hue angle of 3.96º 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 #C60E01 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 14 | 1 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.22 |
| HSL | 3.96º | 0.99% | 0.39% | - |
| HSV(B) | 3.96º | 0.99% | 0.78% | - |
| XYZ | 23.45 | 12.32 | 1.17 | - |
| YUV | 67.53 | 90.46 | 221.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 14 | 1 | 0 | 0.93 | 0.99 | 0.22 | 3.96 | 0.99 | 0.39 |
| Hex | C6 | E | 1 | 0 | 5D | 63 | 16 | 4 | 63 | 27 |
| Octal | 306 | 16 | 1 | 0 | 135 | 143 | 26 | 4 | 143 | 47 |
| Binary | 11000110 | 1110 | 1 | 0 | 1011101 | 1100011 | 10110 | 100 | 1100011 | 100111 |
Color Harmonies of #C60E01
Complementary color
Monochromatic Colors of #C60E01
Black with #C60E01
Text Example
Text Example
White with #C60E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60E01; }
p { color: rgb(198,14,1); }
H1.HeaderClassName
{
color: #C60E01;
}
.AnyTagClassName
{
color: #C60E01;
}
</style>
background-color css
<style>
a { background-color: #C60E01; }
a { background-color: rgb(198,14,1); }
div.DivClassName
{
background-color: #C60E01;
}
.BgClassName
{
background-color: #C60E01;
}
</style>
border-color css
<style>
span { border-color: #C60E01; }
span { border-color: rgb(198,14,1); }
td.TdClassName
{
border-color: #C60E01;
}
.TagClassName
{
border-color: #C60E01;
}
</style>