Shades of Free Speech Red #C61A00
Tints of Free Speech Red #C61A00
RGB
CMYK
RGB Variations
Color information
#C61A00 (or 0xC61A00) is known color: Free Speech Red. HEX triplet: C6, 1A and 00. RGB value is (198,26,0). Sum of RGB (Red+Green+Blue) = 198+26+0=224 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88.39% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61A00 is #39E5FF. Grayscale: #4A4A4A. Windows color (decimal): -3794432 or 6854. OLE color: 6854.
HSL color Cylindrical-coordinate representation of color #C61A00: hue angle of 7.88º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C61A00 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 26 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.22 |
| HSL | 7.88º | 1% | 0.39% | - |
| HSV(B) | 7.88º | 1% | 0.78% | - |
| XYZ | 23.66 | 12.74 | 1.21 | - |
| YUV | 74.46 | 85.98 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 26 | 0 | 0 | 0.87 | 1 | 0.22 | 7.88 | 1 | 0.39 |
| Hex | C6 | 1A | 0 | 0 | 57 | 64 | 16 | 8 | 64 | 27 |
| Octal | 306 | 32 | 0 | 0 | 127 | 144 | 26 | 10 | 144 | 47 |
| Binary | 11000110 | 11010 | 0 | 0 | 1010111 | 1100100 | 10110 | 1000 | 1100100 | 100111 |
Color Harmonies of #C61A00
Complementary color
Monochromatic Colors of #C61A00
Black with #C61A00
Text Example
Text Example
White with #C61A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61A00; }
p { color: rgb(198,26,0); }
H1.HeaderClassName
{
color: #C61A00;
}
.AnyTagClassName
{
color: #C61A00;
}
</style>
background-color css
<style>
a { background-color: #C61A00; }
a { background-color: rgb(198,26,0); }
div.DivClassName
{
background-color: #C61A00;
}
.BgClassName
{
background-color: #C61A00;
}
</style>
border-color css
<style>
span { border-color: #C61A00; }
span { border-color: rgb(198,26,0); }
td.TdClassName
{
border-color: #C61A00;
}
.TagClassName
{
border-color: #C61A00;
}
</style>