Shades of Free Speech Red #C31908
Tints of Free Speech Red #C31908
RGB
CMYK
RGB Variations
Color information
#C31908 (or 0xC31908) is known color: Free Speech Red. HEX triplet: C3, 19 and 08. RGB value is (195,25,8). Sum of RGB (Red+Green+Blue) = 195+25+8=228 (30% of max value = 765). Red value is 195 (76.56% from 255 or 85.53% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 195 - color contains mainly: red. Hex color #C31908 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31908 is #3CE6F7. Grayscale: #4A4A4A. Windows color (decimal): -3991288 or 530883. OLE color: 530883.
HSL color Cylindrical-coordinate representation of color #C31908: hue angle of 5.45º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C31908 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 25 | 8 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.24 |
| HSL | 5.45º | 0.92% | 0.4% | - |
| HSV(B) | 5.45º | 0.96% | 0.76% | - |
| XYZ | 22.9 | 12.31 | 1.4 | - |
| YUV | 73.89 | 90.82 | 214.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 8 | 0 | 0.87 | 0.96 | 0.24 | 5.45 | 0.92 | 0.4 |
| Hex | C3 | 19 | 8 | 0 | 57 | 60 | 18 | 5 | 5C | 28 |
| Octal | 303 | 31 | 10 | 0 | 127 | 140 | 30 | 5 | 134 | 50 |
| Binary | 11000011 | 11001 | 1000 | 0 | 1010111 | 1100000 | 11000 | 101 | 1011100 | 101000 |
Color Harmonies of #C31908
Complementary color
Monochromatic Colors of #C31908
Black with #C31908
Text Example
Text Example
White with #C31908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31908; }
p { color: rgb(195,25,8); }
H1.HeaderClassName
{
color: #C31908;
}
.AnyTagClassName
{
color: #C31908;
}
</style>
background-color css
<style>
a { background-color: #C31908; }
a { background-color: rgb(195,25,8); }
div.DivClassName
{
background-color: #C31908;
}
.BgClassName
{
background-color: #C31908;
}
</style>
border-color css
<style>
span { border-color: #C31908; }
span { border-color: rgb(195,25,8); }
td.TdClassName
{
border-color: #C31908;
}
.TagClassName
{
border-color: #C31908;
}
</style>