Shades of Free Speech Red #C10C04
Tints of Free Speech Red #C10C04
RGB
CMYK
RGB Variations
Color information
#C10C04 (or 0xC10C04) is known color: Free Speech Red. HEX triplet: C1, 0C and 04. RGB value is (193,12,4). Sum of RGB (Red+Green+Blue) = 193+12+4=209 (27% of max value = 765). Red value is 193 (75.78% from 255 or 92.34% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 193 - color contains mainly: red. Hex color #C10C04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10C04 is #3EF3FB. Grayscale: #414141. Windows color (decimal): -4125692 or 265409. OLE color: 265409.
HSL color Cylindrical-coordinate representation of color #C10C04: hue angle of 2.54º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C10C04 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 12 | 4 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.24 |
| HSL | 2.54º | 0.96% | 0.39% | - |
| HSV(B) | 2.54º | 0.98% | 0.76% | - |
| XYZ | 22.15 | 11.61 | 1.19 | - |
| YUV | 65.21 | 93.47 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 12 | 4 | 0 | 0.94 | 0.98 | 0.24 | 2.54 | 0.96 | 0.39 |
| Hex | C1 | C | 4 | 0 | 5E | 62 | 18 | 3 | 60 | 27 |
| Octal | 301 | 14 | 4 | 0 | 136 | 142 | 30 | 3 | 140 | 47 |
| Binary | 11000001 | 1100 | 100 | 0 | 1011110 | 1100010 | 11000 | 11 | 1100000 | 100111 |
Color Harmonies of #C10C04
Complementary color
Monochromatic Colors of #C10C04
Black with #C10C04
Text Example
Text Example
White with #C10C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10C04; }
p { color: rgb(193,12,4); }
H1.HeaderClassName
{
color: #C10C04;
}
.AnyTagClassName
{
color: #C10C04;
}
</style>
background-color css
<style>
a { background-color: #C10C04; }
a { background-color: rgb(193,12,4); }
div.DivClassName
{
background-color: #C10C04;
}
.BgClassName
{
background-color: #C10C04;
}
</style>
border-color css
<style>
span { border-color: #C10C04; }
span { border-color: rgb(193,12,4); }
td.TdClassName
{
border-color: #C10C04;
}
.TagClassName
{
border-color: #C10C04;
}
</style>