Shades of Free Speech Red #C3100B
Tints of Free Speech Red #C3100B
RGB
CMYK
RGB Variations
Color information
#C3100B (or 0xC3100B) is known color: Free Speech Red. HEX triplet: C3, 10 and 0B. RGB value is (195,16,11). Sum of RGB (Red+Green+Blue) = 195+16+11=222 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.84% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 195 - color contains mainly: red. Hex color #C3100B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3100B is #3CEFF4. Grayscale: #454545. Windows color (decimal): -3993589 or 725187. OLE color: 725187.
HSL color Cylindrical-coordinate representation of color #C3100B: hue angle of 1.63º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3100B is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 16 | 11 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.24 |
| HSL | 1.63º | 0.89% | 0.4% | - |
| HSV(B) | 1.63º | 0.94% | 0.76% | - |
| XYZ | 22.75 | 12 | 1.43 | - |
| YUV | 68.95 | 95.3 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 11 | 0 | 0.92 | 0.94 | 0.24 | 1.63 | 0.89 | 0.4 |
| Hex | C3 | 10 | B | 0 | 5C | 5E | 18 | 2 | 59 | 28 |
| Octal | 303 | 20 | 13 | 0 | 134 | 136 | 30 | 2 | 131 | 50 |
| Binary | 11000011 | 10000 | 1011 | 0 | 1011100 | 1011110 | 11000 | 10 | 1011001 | 101000 |
Color Harmonies of #C3100B
Complementary color
Monochromatic Colors of #C3100B
Black with #C3100B
Text Example
Text Example
White with #C3100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3100B; }
p { color: rgb(195,16,11); }
H1.HeaderClassName
{
color: #C3100B;
}
.AnyTagClassName
{
color: #C3100B;
}
</style>
background-color css
<style>
a { background-color: #C3100B; }
a { background-color: rgb(195,16,11); }
div.DivClassName
{
background-color: #C3100B;
}
.BgClassName
{
background-color: #C3100B;
}
</style>
border-color css
<style>
span { border-color: #C3100B; }
span { border-color: rgb(195,16,11); }
td.TdClassName
{
border-color: #C3100B;
}
.TagClassName
{
border-color: #C3100B;
}
</style>