Shades of Free Speech Red #C51302
Tints of Free Speech Red #C51302
RGB
CMYK
RGB Variations
Color information
#C51302 (or 0xC51302) is known color: Free Speech Red. HEX triplet: C5, 13 and 02. RGB value is (197,19,2). Sum of RGB (Red+Green+Blue) = 197+19+2=218 (28% of max value = 765). Red value is 197 (77.34% from 255 or 90.37% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 197 - color contains mainly: red. Hex color #C51302 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51302 is #3AECFD. Grayscale: #464646. Windows color (decimal): -3861758 or 136133. OLE color: 136133.
HSL color Cylindrical-coordinate representation of color #C51302: hue angle of 5.23º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C51302 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 2 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.23 |
| HSL | 5.23º | 0.98% | 0.39% | - |
| HSV(B) | 5.23º | 0.99% | 0.77% | - |
| XYZ | 23.27 | 12.34 | 1.21 | - |
| YUV | 70.28 | 89.47 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 2 | 0 | 0.90 | 0.99 | 0.23 | 5.23 | 0.98 | 0.39 |
| Hex | C5 | 13 | 2 | 0 | 5A | 63 | 17 | 5 | 62 | 27 |
| Octal | 305 | 23 | 2 | 0 | 132 | 143 | 27 | 5 | 142 | 47 |
| Binary | 11000101 | 10011 | 10 | 0 | 1011010 | 1100011 | 10111 | 101 | 1100010 | 100111 |
Color Harmonies of #C51302
Complementary color
Monochromatic Colors of #C51302
Black with #C51302
Text Example
Text Example
White with #C51302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51302; }
p { color: rgb(197,19,2); }
H1.HeaderClassName
{
color: #C51302;
}
.AnyTagClassName
{
color: #C51302;
}
</style>
background-color css
<style>
a { background-color: #C51302; }
a { background-color: rgb(197,19,2); }
div.DivClassName
{
background-color: #C51302;
}
.BgClassName
{
background-color: #C51302;
}
</style>
border-color css
<style>
span { border-color: #C51302; }
span { border-color: rgb(197,19,2); }
td.TdClassName
{
border-color: #C51302;
}
.TagClassName
{
border-color: #C51302;
}
</style>