Shades of Free Speech Red #C10D0C
Tints of Free Speech Red #C10D0C
RGB
CMYK
RGB Variations
Color information
#C10D0C (or 0xC10D0C) is known color: Free Speech Red. HEX triplet: C1, 0D and 0C. RGB value is (193,13,12). Sum of RGB (Red+Green+Blue) = 193+13+12=218 (28% of max value = 765). Red value is 193 (75.78% from 255 or 88.53% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 193 - color contains mainly: red. Hex color #C10D0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10D0C is #3EF2F3. Grayscale: #424242. Windows color (decimal): -4125428 or 789953. OLE color: 789953.
HSL color Cylindrical-coordinate representation of color #C10D0C: hue angle of 0.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10D0C is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 13 | 12 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.24 |
| HSL | 0.33º | 0.88% | 0.4% | - |
| HSV(B) | 0.33º | 0.94% | 0.76% | - |
| XYZ | 22.2 | 11.65 | 1.43 | - |
| YUV | 66.71 | 97.13 | 218.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 13 | 12 | 0 | 0.93 | 0.94 | 0.24 | 0.33 | 0.88 | 0.4 |
| Hex | C1 | D | C | 0 | 5D | 5E | 18 | 0 | 58 | 28 |
| Octal | 301 | 15 | 14 | 0 | 135 | 136 | 30 | 0 | 130 | 50 |
| Binary | 11000001 | 1101 | 1100 | 0 | 1011101 | 1011110 | 11000 | 0 | 1011000 | 101000 |
Color Harmonies of #C10D0C
Complementary color
Monochromatic Colors of #C10D0C
Black with #C10D0C
Text Example
Text Example
White with #C10D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10D0C; }
p { color: rgb(193,13,12); }
H1.HeaderClassName
{
color: #C10D0C;
}
.AnyTagClassName
{
color: #C10D0C;
}
</style>
background-color css
<style>
a { background-color: #C10D0C; }
a { background-color: rgb(193,13,12); }
div.DivClassName
{
background-color: #C10D0C;
}
.BgClassName
{
background-color: #C10D0C;
}
</style>
border-color css
<style>
span { border-color: #C10D0C; }
span { border-color: rgb(193,13,12); }
td.TdClassName
{
border-color: #C10D0C;
}
.TagClassName
{
border-color: #C10D0C;
}
</style>