Shades of Free Speech Red #C10D00
Tints of Free Speech Red #C10D00
RGB
CMYK
RGB Variations
Color information
#C10D00 (or 0xC10D00) is known color: Free Speech Red. HEX triplet: C1, 0D and 00. RGB value is (193,13,0). Sum of RGB (Red+Green+Blue) = 193+13+0=206 (27% of max value = 765). Red value is 193 (75.78% from 255 or 93.69% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 193 - color contains mainly: red. Hex color #C10D00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10D00 is #3EF2FF. Grayscale: #414141. Windows color (decimal): -4125440 or 3521. OLE color: 3521.
HSL color Cylindrical-coordinate representation of color #C10D00: hue angle of 4.04º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C10D00 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 13 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.24 |
| HSL | 4.04º | 1% | 0.38% | - |
| HSV(B) | 4.04º | 1% | 0.76% | - |
| XYZ | 22.14 | 11.63 | 1.08 | - |
| YUV | 65.34 | 91.13 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 13 | 0 | 0 | 0.93 | 1 | 0.24 | 4.04 | 1 | 0.38 |
| Hex | C1 | D | 0 | 0 | 5D | 64 | 18 | 4 | 64 | 26 |
| Octal | 301 | 15 | 0 | 0 | 135 | 144 | 30 | 4 | 144 | 46 |
| Binary | 11000001 | 1101 | 0 | 0 | 1011101 | 1100100 | 11000 | 100 | 1100100 | 100110 |
Color Harmonies of #C10D00
Complementary color
Monochromatic Colors of #C10D00
Black with #C10D00
Text Example
Text Example
White with #C10D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10D00; }
p { color: rgb(193,13,0); }
H1.HeaderClassName
{
color: #C10D00;
}
.AnyTagClassName
{
color: #C10D00;
}
</style>
background-color css
<style>
a { background-color: #C10D00; }
a { background-color: rgb(193,13,0); }
div.DivClassName
{
background-color: #C10D00;
}
.BgClassName
{
background-color: #C10D00;
}
</style>
border-color css
<style>
span { border-color: #C10D00; }
span { border-color: rgb(193,13,0); }
td.TdClassName
{
border-color: #C10D00;
}
.TagClassName
{
border-color: #C10D00;
}
</style>