Shades of Free Speech Red #C31608
Tints of Free Speech Red #C31608
RGB
CMYK
RGB Variations
Color information
#C31608 (or 0xC31608) is known color: Free Speech Red. HEX triplet: C3, 16 and 08. RGB value is (195,22,8). Sum of RGB (Red+Green+Blue) = 195+22+8=225 (29% of max value = 765). Red value is 195 (76.56% from 255 or 86.67% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 195 - color contains mainly: red. Hex color #C31608 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31608 is #3CE9F7. Grayscale: #484848. Windows color (decimal): -3992056 or 530115. OLE color: 530115.
HSL color Cylindrical-coordinate representation of color #C31608: hue angle of 4.49º 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 #C31608 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 22 | 8 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.24 |
| HSL | 4.49º | 0.92% | 0.4% | - |
| HSV(B) | 4.49º | 0.96% | 0.76% | - |
| XYZ | 22.84 | 12.19 | 1.38 | - |
| YUV | 72.13 | 91.81 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 8 | 0 | 0.89 | 0.96 | 0.24 | 4.49 | 0.92 | 0.4 |
| Hex | C3 | 16 | 8 | 0 | 59 | 60 | 18 | 4 | 5C | 28 |
| Octal | 303 | 26 | 10 | 0 | 131 | 140 | 30 | 4 | 134 | 50 |
| Binary | 11000011 | 10110 | 1000 | 0 | 1011001 | 1100000 | 11000 | 100 | 1011100 | 101000 |
Color Harmonies of #C31608
Complementary color
Monochromatic Colors of #C31608
Black with #C31608
Text Example
Text Example
White with #C31608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31608; }
p { color: rgb(195,22,8); }
H1.HeaderClassName
{
color: #C31608;
}
.AnyTagClassName
{
color: #C31608;
}
</style>
background-color css
<style>
a { background-color: #C31608; }
a { background-color: rgb(195,22,8); }
div.DivClassName
{
background-color: #C31608;
}
.BgClassName
{
background-color: #C31608;
}
</style>
border-color css
<style>
span { border-color: #C31608; }
span { border-color: rgb(195,22,8); }
td.TdClassName
{
border-color: #C31608;
}
.TagClassName
{
border-color: #C31608;
}
</style>