Shades of Free Speech Red #C10A07
Tints of Free Speech Red #C10A07
RGB
CMYK
RGB Variations
Color information
#C10A07 (or 0xC10A07) is known color: Free Speech Red. HEX triplet: C1, 0A and 07. RGB value is (193,10,7). Sum of RGB (Red+Green+Blue) = 193+10+7=210 (27% of max value = 765). Red value is 193 (75.78% from 255 or 91.90% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 7 (3.12% from 255 or 3.33% from 210); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10A07 is #3EF5F8. Grayscale: #404040. Windows color (decimal): -4126201 or 461505. OLE color: 461505.
HSL color Cylindrical-coordinate representation of color #C10A07: hue angle of 0.97º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C10A07 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 7 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.24 |
| HSL | 0.97º | 0.93% | 0.39% | - |
| HSV(B) | 0.97º | 0.96% | 0.76% | - |
| XYZ | 22.14 | 11.57 | 1.27 | - |
| YUV | 64.38 | 95.63 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 7 | 0 | 0.95 | 0.96 | 0.24 | 0.97 | 0.93 | 0.39 |
| Hex | C1 | A | 7 | 0 | 5F | 60 | 18 | 1 | 5D | 27 |
| Octal | 301 | 12 | 7 | 0 | 137 | 140 | 30 | 1 | 135 | 47 |
| Binary | 11000001 | 1010 | 111 | 0 | 1011111 | 1100000 | 11000 | 1 | 1011101 | 100111 |
Color Harmonies of #C10A07
Complementary color
Monochromatic Colors of #C10A07
Black with #C10A07
Text Example
Text Example
White with #C10A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10A07; }
p { color: rgb(193,10,7); }
H1.HeaderClassName
{
color: #C10A07;
}
.AnyTagClassName
{
color: #C10A07;
}
</style>
background-color css
<style>
a { background-color: #C10A07; }
a { background-color: rgb(193,10,7); }
div.DivClassName
{
background-color: #C10A07;
}
.BgClassName
{
background-color: #C10A07;
}
</style>
border-color css
<style>
span { border-color: #C10A07; }
span { border-color: rgb(193,10,7); }
td.TdClassName
{
border-color: #C10A07;
}
.TagClassName
{
border-color: #C10A07;
}
</style>