Shades of Free Speech Red #C10A02
Tints of Free Speech Red #C10A02
RGB
CMYK
RGB Variations
Color information
#C10A02 (or 0xC10A02) is known color: Free Speech Red. HEX triplet: C1, 0A and 02. RGB value is (193,10,2). Sum of RGB (Red+Green+Blue) = 193+10+2=205 (27% of max value = 765). Red value is 193 (75.78% from 255 or 94.15% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10A02 is #3EF5FD. Grayscale: #404040. Windows color (decimal): -4126206 or 133825. OLE color: 133825.
HSL color Cylindrical-coordinate representation of color #C10A02: hue angle of 2.51º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10A02 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.24 |
| HSL | 2.51º | 0.98% | 0.38% | - |
| HSV(B) | 2.51º | 0.99% | 0.76% | - |
| XYZ | 22.11 | 11.56 | 1.12 | - |
| YUV | 63.81 | 93.13 | 220.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 2 | 0 | 0.95 | 0.99 | 0.24 | 2.51 | 0.98 | 0.38 |
| Hex | C1 | A | 2 | 0 | 5F | 63 | 18 | 3 | 62 | 26 |
| Octal | 301 | 12 | 2 | 0 | 137 | 143 | 30 | 3 | 142 | 46 |
| Binary | 11000001 | 1010 | 10 | 0 | 1011111 | 1100011 | 11000 | 11 | 1100010 | 100110 |
Color Harmonies of #C10A02
Complementary color
Monochromatic Colors of #C10A02
Black with #C10A02
Text Example
Text Example
White with #C10A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10A02; }
p { color: rgb(193,10,2); }
H1.HeaderClassName
{
color: #C10A02;
}
.AnyTagClassName
{
color: #C10A02;
}
</style>
background-color css
<style>
a { background-color: #C10A02; }
a { background-color: rgb(193,10,2); }
div.DivClassName
{
background-color: #C10A02;
}
.BgClassName
{
background-color: #C10A02;
}
</style>
border-color css
<style>
span { border-color: #C10A02; }
span { border-color: rgb(193,10,2); }
td.TdClassName
{
border-color: #C10A02;
}
.TagClassName
{
border-color: #C10A02;
}
</style>