Shades of Free Speech Red #C10A09
Tints of Free Speech Red #C10A09
RGB
CMYK
RGB Variations
Color information
#C10A09 (or 0xC10A09) is known color: Free Speech Red. HEX triplet: C1, 0A and 09. RGB value is (193,10,9). Sum of RGB (Red+Green+Blue) = 193+10+9=212 (28% of max value = 765). Red value is 193 (75.78% from 255 or 91.04% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 9 (3.91% from 255 or 4.25% from 212); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10A09 is #3EF5F6. Grayscale: #404040. Windows color (decimal): -4126199 or 592577. OLE color: 592577.
HSL color Cylindrical-coordinate representation of color #C10A09: hue angle of 0.33º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10A09 is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 9 | - |
| CMYK | 0 | 0.95 | 0.95 | 0.24 |
| HSL | 0.33º | 0.91% | 0.4% | - |
| HSV(B) | 0.33º | 0.95% | 0.76% | - |
| XYZ | 22.15 | 11.57 | 1.33 | - |
| YUV | 64.6 | 96.63 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 9 | 0 | 0.95 | 0.95 | 0.24 | 0.33 | 0.91 | 0.4 |
| Hex | C1 | A | 9 | 0 | 5F | 5F | 18 | 0 | 5B | 28 |
| Octal | 301 | 12 | 11 | 0 | 137 | 137 | 30 | 0 | 133 | 50 |
| Binary | 11000001 | 1010 | 1001 | 0 | 1011111 | 1011111 | 11000 | 0 | 1011011 | 101000 |
Color Harmonies of #C10A09
Complementary color
Monochromatic Colors of #C10A09
Black with #C10A09
Text Example
Text Example
White with #C10A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10A09; }
p { color: rgb(193,10,9); }
H1.HeaderClassName
{
color: #C10A09;
}
.AnyTagClassName
{
color: #C10A09;
}
</style>
background-color css
<style>
a { background-color: #C10A09; }
a { background-color: rgb(193,10,9); }
div.DivClassName
{
background-color: #C10A09;
}
.BgClassName
{
background-color: #C10A09;
}
</style>
border-color css
<style>
span { border-color: #C10A09; }
span { border-color: rgb(193,10,9); }
td.TdClassName
{
border-color: #C10A09;
}
.TagClassName
{
border-color: #C10A09;
}
</style>