Shades of Free Speech Red #C10F02
Tints of Free Speech Red #C10F02
RGB
CMYK
RGB Variations
Color information
#C10F02 (or 0xC10F02) is known color: Free Speech Red. HEX triplet: C1, 0F and 02. RGB value is (193,15,2). Sum of RGB (Red+Green+Blue) = 193+15+2=210 (27% of max value = 765). Red value is 193 (75.78% from 255 or 91.90% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10F02 is #3EF0FD. Grayscale: #424242. Windows color (decimal): -4124926 or 135105. OLE color: 135105.
HSL color Cylindrical-coordinate representation of color #C10F02: hue angle of 4.08º 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 #C10F02 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 15 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.24 |
| HSL | 4.08º | 0.98% | 0.38% | - |
| HSV(B) | 4.08º | 0.99% | 0.76% | - |
| XYZ | 22.17 | 11.68 | 1.14 | - |
| YUV | 66.74 | 91.47 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 2 | 0 | 0.92 | 0.99 | 0.24 | 4.08 | 0.98 | 0.38 |
| Hex | C1 | F | 2 | 0 | 5C | 63 | 18 | 4 | 62 | 26 |
| Octal | 301 | 17 | 2 | 0 | 134 | 143 | 30 | 4 | 142 | 46 |
| Binary | 11000001 | 1111 | 10 | 0 | 1011100 | 1100011 | 11000 | 100 | 1100010 | 100110 |
Color Harmonies of #C10F02
Complementary color
Monochromatic Colors of #C10F02
Black with #C10F02
Text Example
Text Example
White with #C10F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10F02; }
p { color: rgb(193,15,2); }
H1.HeaderClassName
{
color: #C10F02;
}
.AnyTagClassName
{
color: #C10F02;
}
</style>
background-color css
<style>
a { background-color: #C10F02; }
a { background-color: rgb(193,15,2); }
div.DivClassName
{
background-color: #C10F02;
}
.BgClassName
{
background-color: #C10F02;
}
</style>
border-color css
<style>
span { border-color: #C10F02; }
span { border-color: rgb(193,15,2); }
td.TdClassName
{
border-color: #C10F02;
}
.TagClassName
{
border-color: #C10F02;
}
</style>