Shades of Free Speech Red #C31505
Tints of Free Speech Red #C31505
RGB
CMYK
RGB Variations
Color information
#C31505 (or 0xC31505) is known color: Free Speech Red. HEX triplet: C3, 15 and 05. RGB value is (195,21,5). Sum of RGB (Red+Green+Blue) = 195+21+5=221 (29% of max value = 765). Red value is 195 (76.56% from 255 or 88.24% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 195 - color contains mainly: red. Hex color #C31505 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31505 is #3CEAFA. Grayscale: #474747. Windows color (decimal): -3992315 or 333251. OLE color: 333251.
HSL color Cylindrical-coordinate representation of color #C31505: hue angle of 5.05º 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 #C31505 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 21 | 5 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.24 |
| HSL | 5.05º | 0.95% | 0.39% | - |
| HSV(B) | 5.05º | 0.97% | 0.76% | - |
| XYZ | 22.8 | 12.15 | 1.29 | - |
| YUV | 71.2 | 90.65 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 5 | 0 | 0.89 | 0.97 | 0.24 | 5.05 | 0.95 | 0.39 |
| Hex | C3 | 15 | 5 | 0 | 59 | 61 | 18 | 5 | 5F | 27 |
| Octal | 303 | 25 | 5 | 0 | 131 | 141 | 30 | 5 | 137 | 47 |
| Binary | 11000011 | 10101 | 101 | 0 | 1011001 | 1100001 | 11000 | 101 | 1011111 | 100111 |
Color Harmonies of #C31505
Complementary color
Monochromatic Colors of #C31505
Black with #C31505
Text Example
Text Example
White with #C31505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31505; }
p { color: rgb(195,21,5); }
H1.HeaderClassName
{
color: #C31505;
}
.AnyTagClassName
{
color: #C31505;
}
</style>
background-color css
<style>
a { background-color: #C31505; }
a { background-color: rgb(195,21,5); }
div.DivClassName
{
background-color: #C31505;
}
.BgClassName
{
background-color: #C31505;
}
</style>
border-color css
<style>
span { border-color: #C31505; }
span { border-color: rgb(195,21,5); }
td.TdClassName
{
border-color: #C31505;
}
.TagClassName
{
border-color: #C31505;
}
</style>