Shades of Free Speech Red #C3100D
Tints of Free Speech Red #C3100D
RGB
CMYK
RGB Variations
Color information
#C3100D (or 0xC3100D) is known color: Free Speech Red. HEX triplet: C3, 10 and 0D. RGB value is (195,16,13). Sum of RGB (Red+Green+Blue) = 195+16+13=224 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.05% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 195 - color contains mainly: red. Hex color #C3100D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3100D is #3CEFF2. Grayscale: #454545. Windows color (decimal): -3993587 or 856259. OLE color: 856259.
HSL color Cylindrical-coordinate representation of color #C3100D: hue angle of 0.99º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3100D is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 16 | 13 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.24 |
| HSL | 0.99º | 0.88% | 0.41% | - |
| HSV(B) | 0.99º | 0.93% | 0.76% | - |
| XYZ | 22.76 | 12 | 1.5 | - |
| YUV | 69.18 | 96.3 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 13 | 0 | 0.92 | 0.93 | 0.24 | 0.99 | 0.88 | 0.41 |
| Hex | C3 | 10 | D | 0 | 5C | 5D | 18 | 1 | 58 | 29 |
| Octal | 303 | 20 | 15 | 0 | 134 | 135 | 30 | 1 | 130 | 51 |
| Binary | 11000011 | 10000 | 1101 | 0 | 1011100 | 1011101 | 11000 | 1 | 1011000 | 101001 |
Color Harmonies of #C3100D
Complementary color
Monochromatic Colors of #C3100D
Black with #C3100D
Text Example
Text Example
White with #C3100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3100D; }
p { color: rgb(195,16,13); }
H1.HeaderClassName
{
color: #C3100D;
}
.AnyTagClassName
{
color: #C3100D;
}
</style>
background-color css
<style>
a { background-color: #C3100D; }
a { background-color: rgb(195,16,13); }
div.DivClassName
{
background-color: #C3100D;
}
.BgClassName
{
background-color: #C3100D;
}
</style>
border-color css
<style>
span { border-color: #C3100D; }
span { border-color: rgb(195,16,13); }
td.TdClassName
{
border-color: #C3100D;
}
.TagClassName
{
border-color: #C3100D;
}
</style>