Shades of Free Speech Red #C61001
Tints of Free Speech Red #C61001
RGB
CMYK
RGB Variations
Color information
#C61001 (or 0xC61001) is known color: Free Speech Red. HEX triplet: C6, 10 and 01. RGB value is (198,16,1). Sum of RGB (Red+Green+Blue) = 198+16+1=215 (28% of max value = 765). Red value is 198 (77.73% from 255 or 92.09% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 198 - color contains mainly: red. Hex color #C61001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61001 is #39EFFE. Grayscale: #444444. Windows color (decimal): -3796991 or 69830. OLE color: 69830.
HSL color Cylindrical-coordinate representation of color #C61001: hue angle of 4.57º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C61001 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 16 | 1 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.22 |
| HSL | 4.57º | 0.99% | 0.39% | - |
| HSV(B) | 4.57º | 0.99% | 0.78% | - |
| XYZ | 23.48 | 12.38 | 1.18 | - |
| YUV | 68.71 | 89.8 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 1 | 0 | 0.92 | 0.99 | 0.22 | 4.57 | 0.99 | 0.39 |
| Hex | C6 | 10 | 1 | 0 | 5C | 63 | 16 | 5 | 63 | 27 |
| Octal | 306 | 20 | 1 | 0 | 134 | 143 | 26 | 5 | 143 | 47 |
| Binary | 11000110 | 10000 | 1 | 0 | 1011100 | 1100011 | 10110 | 101 | 1100011 | 100111 |
Color Harmonies of #C61001
Complementary color
Monochromatic Colors of #C61001
Black with #C61001
Text Example
Text Example
White with #C61001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61001; }
p { color: rgb(198,16,1); }
H1.HeaderClassName
{
color: #C61001;
}
.AnyTagClassName
{
color: #C61001;
}
</style>
background-color css
<style>
a { background-color: #C61001; }
a { background-color: rgb(198,16,1); }
div.DivClassName
{
background-color: #C61001;
}
.BgClassName
{
background-color: #C61001;
}
</style>
border-color css
<style>
span { border-color: #C61001; }
span { border-color: rgb(198,16,1); }
td.TdClassName
{
border-color: #C61001;
}
.TagClassName
{
border-color: #C61001;
}
</style>