Shades of Free Speech Red #C6170B
Tints of Free Speech Red #C6170B
RGB
CMYK
RGB Variations
Color information
#C6170B (or 0xC6170B) is known color: Free Speech Red. HEX triplet: C6, 17 and 0B. RGB value is (198,23,11). Sum of RGB (Red+Green+Blue) = 198+23+11=232 (30% of max value = 765). Red value is 198 (77.73% from 255 or 85.34% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 198 - color contains mainly: red. Hex color #C6170B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6170B is #39E8F4. Grayscale: #4A4A4A. Windows color (decimal): -3795189 or 726982. OLE color: 726982.
HSL color Cylindrical-coordinate representation of color #C6170B: hue angle of 3.85º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6170B is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
RGB | 198 | 23 | 11 | - |
CMYK | 0 | 0.88 | 0.94 | 0.22 |
HSL | 3.85º | 0.89% | 0.41% | - |
HSV(B) | 3.85º | 0.94% | 0.78% | - |
XYZ | 23.66 | 12.64 | 1.51 | - |
YUV | 73.96 | 92.48 | 216.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 23 | 11 | 0 | 0.88 | 0.94 | 0.22 | 3.85 | 0.89 | 0.41 |
Hex | C6 | 17 | B | 0 | 58 | 5E | 16 | 4 | 59 | 29 |
Octal | 306 | 27 | 13 | 0 | 130 | 136 | 26 | 4 | 131 | 51 |
Binary | 11000110 | 10111 | 1011 | 0 | 1011000 | 1011110 | 10110 | 100 | 1011001 | 101001 |
Color Harmonies of #C6170B
Complementary color
Monochromatic Colors of #C6170B
Black with #C6170B
Text Example
Text Example
White with #C6170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6170B; }
p { color: rgb(198,23,11); }
H1.HeaderClassName
{
color: #C6170B;
}
.AnyTagClassName
{
color: #C6170B;
}
</style>
background-color css
<style>
a { background-color: #C6170B; }
a { background-color: rgb(198,23,11); }
div.DivClassName
{
background-color: #C6170B;
}
.BgClassName
{
background-color: #C6170B;
}
</style>
border-color css
<style>
span { border-color: #C6170B; }
span { border-color: rgb(198,23,11); }
td.TdClassName
{
border-color: #C6170B;
}
.TagClassName
{
border-color: #C6170B;
}
</style>