Shades of Free Speech Red #C3100F
Tints of Free Speech Red #C3100F
RGB
CMYK
RGB Variations
Color information
#C3100F (or 0xC3100F) is known color: Free Speech Red. HEX triplet: C3, 10 and 0F. RGB value is (195,16,15). Sum of RGB (Red+Green+Blue) = 195+16+15=226 (29% of max value = 765). Red value is 195 (76.56% from 255 or 86.28% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 195 - color contains mainly: red. Hex color #C3100F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3100F is #3CEFF0. Grayscale: #454545. Windows color (decimal): -3993585 or 987331. OLE color: 987331.
HSL color Cylindrical-coordinate representation of color #C3100F: hue angle of 0.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3100F is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 16 | 15 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.24 |
| HSL | 0.33º | 0.86% | 0.41% | - |
| HSV(B) | 0.33º | 0.92% | 0.76% | - |
| XYZ | 22.78 | 12.01 | 1.57 | - |
| YUV | 69.41 | 97.3 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 15 | 0 | 0.92 | 0.92 | 0.24 | 0.33 | 0.86 | 0.41 |
| Hex | C3 | 10 | F | 0 | 5C | 5C | 18 | 0 | 56 | 29 |
| Octal | 303 | 20 | 17 | 0 | 134 | 134 | 30 | 0 | 126 | 51 |
| Binary | 11000011 | 10000 | 1111 | 0 | 1011100 | 1011100 | 11000 | 0 | 1010110 | 101001 |
Color Harmonies of #C3100F
Complementary color
Monochromatic Colors of #C3100F
Black with #C3100F
Text Example
Text Example
White with #C3100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3100F; }
p { color: rgb(195,16,15); }
H1.HeaderClassName
{
color: #C3100F;
}
.AnyTagClassName
{
color: #C3100F;
}
</style>
background-color css
<style>
a { background-color: #C3100F; }
a { background-color: rgb(195,16,15); }
div.DivClassName
{
background-color: #C3100F;
}
.BgClassName
{
background-color: #C3100F;
}
</style>
border-color css
<style>
span { border-color: #C3100F; }
span { border-color: rgb(195,16,15); }
td.TdClassName
{
border-color: #C3100F;
}
.TagClassName
{
border-color: #C3100F;
}
</style>