Shades of Free Speech Red #C31808
Tints of Free Speech Red #C31808
RGB
CMYK
RGB Variations
Color information
#C31808 (or 0xC31808) is known color: Free Speech Red. HEX triplet: C3, 18 and 08. RGB value is (195,24,8). Sum of RGB (Red+Green+Blue) = 195+24+8=227 (30% of max value = 765). Red value is 195 (76.56% from 255 or 85.90% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 195 - color contains mainly: red. Hex color #C31808 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31808 is #3CE7F7. Grayscale: #494949. Windows color (decimal): -3991544 or 530627. OLE color: 530627.
HSL color Cylindrical-coordinate representation of color #C31808: hue angle of 5.13º 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 #C31808 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 8 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.24 |
| HSL | 5.13º | 0.92% | 0.4% | - |
| HSV(B) | 5.13º | 0.96% | 0.76% | - |
| XYZ | 22.88 | 12.27 | 1.39 | - |
| YUV | 73.31 | 91.15 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 8 | 0 | 0.88 | 0.96 | 0.24 | 5.13 | 0.92 | 0.4 |
| Hex | C3 | 18 | 8 | 0 | 58 | 60 | 18 | 5 | 5C | 28 |
| Octal | 303 | 30 | 10 | 0 | 130 | 140 | 30 | 5 | 134 | 50 |
| Binary | 11000011 | 11000 | 1000 | 0 | 1011000 | 1100000 | 11000 | 101 | 1011100 | 101000 |
Color Harmonies of #C31808
Complementary color
Monochromatic Colors of #C31808
Black with #C31808
Text Example
Text Example
White with #C31808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31808; }
p { color: rgb(195,24,8); }
H1.HeaderClassName
{
color: #C31808;
}
.AnyTagClassName
{
color: #C31808;
}
</style>
background-color css
<style>
a { background-color: #C31808; }
a { background-color: rgb(195,24,8); }
div.DivClassName
{
background-color: #C31808;
}
.BgClassName
{
background-color: #C31808;
}
</style>
border-color css
<style>
span { border-color: #C31808; }
span { border-color: rgb(195,24,8); }
td.TdClassName
{
border-color: #C31808;
}
.TagClassName
{
border-color: #C31808;
}
</style>