Shades of Free Speech Red #C31405
Tints of Free Speech Red #C31405
RGB
CMYK
RGB Variations
Color information
#C31405 (or 0xC31405) is known color: Free Speech Red. HEX triplet: C3, 14 and 05. RGB value is (195,20,5). Sum of RGB (Red+Green+Blue) = 195+20+5=220 (29% of max value = 765). Red value is 195 (76.56% from 255 or 88.64% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 195 - color contains mainly: red. Hex color #C31405 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31405 is #3CEBFA. Grayscale: #464646. Windows color (decimal): -3992571 or 332995. OLE color: 332995.
HSL color Cylindrical-coordinate representation of color #C31405: hue angle of 4.74º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C31405 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 5 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.24 |
| HSL | 4.74º | 0.95% | 0.39% | - |
| HSV(B) | 4.74º | 0.97% | 0.76% | - |
| XYZ | 22.78 | 12.11 | 1.28 | - |
| YUV | 70.62 | 90.98 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 5 | 0 | 0.90 | 0.97 | 0.24 | 4.74 | 0.95 | 0.39 |
| Hex | C3 | 14 | 5 | 0 | 5A | 61 | 18 | 5 | 5F | 27 |
| Octal | 303 | 24 | 5 | 0 | 132 | 141 | 30 | 5 | 137 | 47 |
| Binary | 11000011 | 10100 | 101 | 0 | 1011010 | 1100001 | 11000 | 101 | 1011111 | 100111 |
Color Harmonies of #C31405
Complementary color
Monochromatic Colors of #C31405
Black with #C31405
Text Example
Text Example
White with #C31405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31405; }
p { color: rgb(195,20,5); }
H1.HeaderClassName
{
color: #C31405;
}
.AnyTagClassName
{
color: #C31405;
}
</style>
background-color css
<style>
a { background-color: #C31405; }
a { background-color: rgb(195,20,5); }
div.DivClassName
{
background-color: #C31405;
}
.BgClassName
{
background-color: #C31405;
}
</style>
border-color css
<style>
span { border-color: #C31405; }
span { border-color: rgb(195,20,5); }
td.TdClassName
{
border-color: #C31405;
}
.TagClassName
{
border-color: #C31405;
}
</style>