Shades of Free Speech Red #C10C02
Tints of Free Speech Red #C10C02
RGB
CMYK
RGB Variations
Color information
#C10C02 (or 0xC10C02) is known color: Free Speech Red. HEX triplet: C1, 0C and 02. RGB value is (193,12,2). Sum of RGB (Red+Green+Blue) = 193+12+2=207 (27% of max value = 765). Red value is 193 (75.78% from 255 or 93.24% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 193 - color contains mainly: red. Hex color #C10C02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10C02 is #3EF3FD. Grayscale: #414141. Windows color (decimal): -4125694 or 134337. OLE color: 134337.
HSL color Cylindrical-coordinate representation of color #C10C02: hue angle of 3.14º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10C02 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 12 | 2 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.24 |
| HSL | 3.14º | 0.98% | 0.38% | - |
| HSV(B) | 3.14º | 0.99% | 0.76% | - |
| XYZ | 22.13 | 11.6 | 1.13 | - |
| YUV | 64.98 | 92.47 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 12 | 2 | 0 | 0.94 | 0.99 | 0.24 | 3.14 | 0.98 | 0.38 |
| Hex | C1 | C | 2 | 0 | 5E | 63 | 18 | 3 | 62 | 26 |
| Octal | 301 | 14 | 2 | 0 | 136 | 143 | 30 | 3 | 142 | 46 |
| Binary | 11000001 | 1100 | 10 | 0 | 1011110 | 1100011 | 11000 | 11 | 1100010 | 100110 |
Color Harmonies of #C10C02
Complementary color
Monochromatic Colors of #C10C02
Black with #C10C02
Text Example
Text Example
White with #C10C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10C02; }
p { color: rgb(193,12,2); }
H1.HeaderClassName
{
color: #C10C02;
}
.AnyTagClassName
{
color: #C10C02;
}
</style>
background-color css
<style>
a { background-color: #C10C02; }
a { background-color: rgb(193,12,2); }
div.DivClassName
{
background-color: #C10C02;
}
.BgClassName
{
background-color: #C10C02;
}
</style>
border-color css
<style>
span { border-color: #C10C02; }
span { border-color: rgb(193,12,2); }
td.TdClassName
{
border-color: #C10C02;
}
.TagClassName
{
border-color: #C10C02;
}
</style>