Shades of Free Speech Red #C10A04
Tints of Free Speech Red #C10A04
RGB
CMYK
RGB Variations
Color information
#C10A04 (or 0xC10A04) is known color: Free Speech Red. HEX triplet: C1, 0A and 04. RGB value is (193,10,4). Sum of RGB (Red+Green+Blue) = 193+10+4=207 (27% of max value = 765). Red value is 193 (75.78% from 255 or 93.24% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10A04 is #3EF5FB. Grayscale: #404040. Windows color (decimal): -4126204 or 264897. OLE color: 264897.
HSL color Cylindrical-coordinate representation of color #C10A04: hue angle of 1.9º 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 #C10A04 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 4 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.24 |
| HSL | 1.9º | 0.96% | 0.39% | - |
| HSV(B) | 1.9º | 0.98% | 0.76% | - |
| XYZ | 22.12 | 11.56 | 1.18 | - |
| YUV | 64.03 | 94.13 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 4 | 0 | 0.95 | 0.98 | 0.24 | 1.9 | 0.96 | 0.39 |
| Hex | C1 | A | 4 | 0 | 5F | 62 | 18 | 2 | 60 | 27 |
| Octal | 301 | 12 | 4 | 0 | 137 | 142 | 30 | 2 | 140 | 47 |
| Binary | 11000001 | 1010 | 100 | 0 | 1011111 | 1100010 | 11000 | 10 | 1100000 | 100111 |
Color Harmonies of #C10A04
Complementary color
Monochromatic Colors of #C10A04
Black with #C10A04
Text Example
Text Example
White with #C10A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10A04; }
p { color: rgb(193,10,4); }
H1.HeaderClassName
{
color: #C10A04;
}
.AnyTagClassName
{
color: #C10A04;
}
</style>
background-color css
<style>
a { background-color: #C10A04; }
a { background-color: rgb(193,10,4); }
div.DivClassName
{
background-color: #C10A04;
}
.BgClassName
{
background-color: #C10A04;
}
</style>
border-color css
<style>
span { border-color: #C10A04; }
span { border-color: rgb(193,10,4); }
td.TdClassName
{
border-color: #C10A04;
}
.TagClassName
{
border-color: #C10A04;
}
</style>