Shades of Free Speech Red #C51800
Tints of Free Speech Red #C51800
RGB
CMYK
RGB Variations
Color information
#C51800 (or 0xC51800) is known color: Free Speech Red. HEX triplet: C5, 18 and 00. RGB value is (197,24,0). Sum of RGB (Red+Green+Blue) = 197+24+0=221 (29% of max value = 765). Red value is 197 (77.34% from 255 or 89.14% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 197 - color contains mainly: red. Hex color #C51800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51800 is #3AE7FF. Grayscale: #494949. Windows color (decimal): -3860480 or 6341. OLE color: 6341.
HSL color Cylindrical-coordinate representation of color #C51800: hue angle of 7.31º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C51800 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 24 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.23 |
| HSL | 7.31º | 1% | 0.39% | - |
| HSV(B) | 7.31º | 1% | 0.77% | - |
| XYZ | 23.35 | 12.52 | 1.19 | - |
| YUV | 72.99 | 86.81 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 0 | 0 | 0.88 | 1 | 0.23 | 7.31 | 1 | 0.39 |
| Hex | C5 | 18 | 0 | 0 | 58 | 64 | 17 | 7 | 64 | 27 |
| Octal | 305 | 30 | 0 | 0 | 130 | 144 | 27 | 7 | 144 | 47 |
| Binary | 11000101 | 11000 | 0 | 0 | 1011000 | 1100100 | 10111 | 111 | 1100100 | 100111 |
Color Harmonies of #C51800
Complementary color
Monochromatic Colors of #C51800
Black with #C51800
Text Example
Text Example
White with #C51800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51800; }
p { color: rgb(197,24,0); }
H1.HeaderClassName
{
color: #C51800;
}
.AnyTagClassName
{
color: #C51800;
}
</style>
background-color css
<style>
a { background-color: #C51800; }
a { background-color: rgb(197,24,0); }
div.DivClassName
{
background-color: #C51800;
}
.BgClassName
{
background-color: #C51800;
}
</style>
border-color css
<style>
span { border-color: #C51800; }
span { border-color: rgb(197,24,0); }
td.TdClassName
{
border-color: #C51800;
}
.TagClassName
{
border-color: #C51800;
}
</style>