Shades of Free Speech Red #C51502
Tints of Free Speech Red #C51502
RGB
CMYK
RGB Variations
Color information
#C51502 (or 0xC51502) is known color: Free Speech Red. HEX triplet: C5, 15 and 02. RGB value is (197,21,2). Sum of RGB (Red+Green+Blue) = 197+21+2=220 (29% of max value = 765). Red value is 197 (77.34% from 255 or 89.55% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 197 - color contains mainly: red. Hex color #C51502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51502 is #3AEAFD. Grayscale: #474747. Windows color (decimal): -3861246 or 136645. OLE color: 136645.
HSL color Cylindrical-coordinate representation of color #C51502: hue angle of 5.85º 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 #C51502 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 21 | 2 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.23 |
| HSL | 5.85º | 0.98% | 0.39% | - |
| HSV(B) | 5.85º | 0.99% | 0.77% | - |
| XYZ | 23.31 | 12.41 | 1.22 | - |
| YUV | 71.46 | 88.81 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 21 | 2 | 0 | 0.89 | 0.99 | 0.23 | 5.85 | 0.98 | 0.39 |
| Hex | C5 | 15 | 2 | 0 | 59 | 63 | 17 | 6 | 62 | 27 |
| Octal | 305 | 25 | 2 | 0 | 131 | 143 | 27 | 6 | 142 | 47 |
| Binary | 11000101 | 10101 | 10 | 0 | 1011001 | 1100011 | 10111 | 110 | 1100010 | 100111 |
Color Harmonies of #C51502
Complementary color
Monochromatic Colors of #C51502
Black with #C51502
Text Example
Text Example
White with #C51502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51502; }
p { color: rgb(197,21,2); }
H1.HeaderClassName
{
color: #C51502;
}
.AnyTagClassName
{
color: #C51502;
}
</style>
background-color css
<style>
a { background-color: #C51502; }
a { background-color: rgb(197,21,2); }
div.DivClassName
{
background-color: #C51502;
}
.BgClassName
{
background-color: #C51502;
}
</style>
border-color css
<style>
span { border-color: #C51502; }
span { border-color: rgb(197,21,2); }
td.TdClassName
{
border-color: #C51502;
}
.TagClassName
{
border-color: #C51502;
}
</style>