Shades of Free Speech Red #C10B02
Tints of Free Speech Red #C10B02
RGB
CMYK
RGB Variations
Color information
#C10B02 (or 0xC10B02) is known color: Free Speech Red. HEX triplet: C1, 0B and 02. RGB value is (193,11,2). Sum of RGB (Red+Green+Blue) = 193+11+2=206 (27% of max value = 765). Red value is 193 (75.78% from 255 or 93.69% from 206); Green value is 11 (4.69% from 255 or 5.34% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 193 - color contains mainly: red. Hex color #C10B02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10B02 is #3EF4FD. Grayscale: #404040. Windows color (decimal): -4125950 or 134081. OLE color: 134081.
HSL color Cylindrical-coordinate representation of color #C10B02: hue angle of 2.83º 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 #C10B02 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 11 | 2 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.24 |
| HSL | 2.83º | 0.98% | 0.38% | - |
| HSV(B) | 2.83º | 0.99% | 0.76% | - |
| XYZ | 22.12 | 11.58 | 1.13 | - |
| YUV | 64.39 | 92.8 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 2 | 0 | 0.94 | 0.99 | 0.24 | 2.83 | 0.98 | 0.38 |
| Hex | C1 | B | 2 | 0 | 5E | 63 | 18 | 3 | 62 | 26 |
| Octal | 301 | 13 | 2 | 0 | 136 | 143 | 30 | 3 | 142 | 46 |
| Binary | 11000001 | 1011 | 10 | 0 | 1011110 | 1100011 | 11000 | 11 | 1100010 | 100110 |
Color Harmonies of #C10B02
Complementary color
Monochromatic Colors of #C10B02
Black with #C10B02
Text Example
Text Example
White with #C10B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10B02; }
p { color: rgb(193,11,2); }
H1.HeaderClassName
{
color: #C10B02;
}
.AnyTagClassName
{
color: #C10B02;
}
</style>
background-color css
<style>
a { background-color: #C10B02; }
a { background-color: rgb(193,11,2); }
div.DivClassName
{
background-color: #C10B02;
}
.BgClassName
{
background-color: #C10B02;
}
</style>
border-color css
<style>
span { border-color: #C10B02; }
span { border-color: rgb(193,11,2); }
td.TdClassName
{
border-color: #C10B02;
}
.TagClassName
{
border-color: #C10B02;
}
</style>