Shades of Free Speech Red #C61703
Tints of Free Speech Red #C61703
RGB
CMYK
RGB Variations
Color information
#C61703 (or 0xC61703) is known color: Free Speech Red. HEX triplet: C6, 17 and 03. RGB value is (198,23,3). Sum of RGB (Red+Green+Blue) = 198+23+3=224 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88.39% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 198 - color contains mainly: red. Hex color #C61703 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61703 is #39E8FC. Grayscale: #494949. Windows color (decimal): -3795197 or 202694. OLE color: 202694.
HSL color Cylindrical-coordinate representation of color #C61703: hue angle of 6.15º 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 #C61703 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 23 | 3 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.22 |
| HSL | 6.15º | 0.97% | 0.39% | - |
| HSV(B) | 6.15º | 0.98% | 0.78% | - |
| XYZ | 23.61 | 12.63 | 1.28 | - |
| YUV | 73.05 | 88.48 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 23 | 3 | 0 | 0.88 | 0.98 | 0.22 | 6.15 | 0.97 | 0.39 |
| Hex | C6 | 17 | 3 | 0 | 58 | 62 | 16 | 6 | 61 | 27 |
| Octal | 306 | 27 | 3 | 0 | 130 | 142 | 26 | 6 | 141 | 47 |
| Binary | 11000110 | 10111 | 11 | 0 | 1011000 | 1100010 | 10110 | 110 | 1100001 | 100111 |
Color Harmonies of #C61703
Complementary color
Monochromatic Colors of #C61703
Black with #C61703
Text Example
Text Example
White with #C61703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61703; }
p { color: rgb(198,23,3); }
H1.HeaderClassName
{
color: #C61703;
}
.AnyTagClassName
{
color: #C61703;
}
</style>
background-color css
<style>
a { background-color: #C61703; }
a { background-color: rgb(198,23,3); }
div.DivClassName
{
background-color: #C61703;
}
.BgClassName
{
background-color: #C61703;
}
</style>
border-color css
<style>
span { border-color: #C61703; }
span { border-color: rgb(198,23,3); }
td.TdClassName
{
border-color: #C61703;
}
.TagClassName
{
border-color: #C61703;
}
</style>