Shades of Free Speech Red #C61403
Tints of Free Speech Red #C61403
RGB
CMYK
RGB Variations
Color information
#C61403 (or 0xC61403) is known color: Free Speech Red. HEX triplet: C6, 14 and 03. RGB value is (198,20,3). Sum of RGB (Red+Green+Blue) = 198+20+3=221 (29% of max value = 765). Red value is 198 (77.73% from 255 or 89.59% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 198 - color contains mainly: red. Hex color #C61403 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61403 is #39EBFC. Grayscale: #474747. Windows color (decimal): -3795965 or 201926. OLE color: 201926.
HSL color Cylindrical-coordinate representation of color #C61403: hue angle of 5.23º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C61403 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 3 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.22 |
| HSL | 5.23º | 0.97% | 0.39% | - |
| HSV(B) | 5.23º | 0.98% | 0.78% | - |
| XYZ | 23.56 | 12.51 | 1.26 | - |
| YUV | 71.28 | 89.47 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 3 | 0 | 0.90 | 0.98 | 0.22 | 5.23 | 0.97 | 0.39 |
| Hex | C6 | 14 | 3 | 0 | 5A | 62 | 16 | 5 | 61 | 27 |
| Octal | 306 | 24 | 3 | 0 | 132 | 142 | 26 | 5 | 141 | 47 |
| Binary | 11000110 | 10100 | 11 | 0 | 1011010 | 1100010 | 10110 | 101 | 1100001 | 100111 |
Color Harmonies of #C61403
Complementary color
Monochromatic Colors of #C61403
Black with #C61403
Text Example
Text Example
White with #C61403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61403; }
p { color: rgb(198,20,3); }
H1.HeaderClassName
{
color: #C61403;
}
.AnyTagClassName
{
color: #C61403;
}
</style>
background-color css
<style>
a { background-color: #C61403; }
a { background-color: rgb(198,20,3); }
div.DivClassName
{
background-color: #C61403;
}
.BgClassName
{
background-color: #C61403;
}
</style>
border-color css
<style>
span { border-color: #C61403; }
span { border-color: rgb(198,20,3); }
td.TdClassName
{
border-color: #C61403;
}
.TagClassName
{
border-color: #C61403;
}
</style>