Shades of Free Speech Red #C6150F
Tints of Free Speech Red #C6150F
RGB
CMYK
RGB Variations
Color information
#C6150F (or 0xC6150F) is known color: Free Speech Red. HEX triplet: C6, 15 and 0F. RGB value is (198,21,15). Sum of RGB (Red+Green+Blue) = 198+21+15=234 (30% of max value = 765). Red value is 198 (77.73% from 255 or 84.62% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 198 - color contains mainly: red. Hex color #C6150F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6150F is #39EAF0. Grayscale: #494949. Windows color (decimal): -3795697 or 988614. OLE color: 988614.
HSL color Cylindrical-coordinate representation of color #C6150F: hue angle of 1.97º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6150F is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 21 | 15 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.22 |
| HSL | 1.97º | 0.86% | 0.42% | - |
| HSV(B) | 1.97º | 0.92% | 0.78% | - |
| XYZ | 23.64 | 12.58 | 1.63 | - |
| YUV | 73.24 | 95.14 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 15 | 0 | 0.89 | 0.92 | 0.22 | 1.97 | 0.86 | 0.42 |
| Hex | C6 | 15 | F | 0 | 59 | 5C | 16 | 2 | 56 | 2A |
| Octal | 306 | 25 | 17 | 0 | 131 | 134 | 26 | 2 | 126 | 52 |
| Binary | 11000110 | 10101 | 1111 | 0 | 1011001 | 1011100 | 10110 | 10 | 1010110 | 101010 |
Color Harmonies of #C6150F
Complementary color
Monochromatic Colors of #C6150F
Black with #C6150F
Text Example
Text Example
White with #C6150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6150F; }
p { color: rgb(198,21,15); }
H1.HeaderClassName
{
color: #C6150F;
}
.AnyTagClassName
{
color: #C6150F;
}
</style>
background-color css
<style>
a { background-color: #C6150F; }
a { background-color: rgb(198,21,15); }
div.DivClassName
{
background-color: #C6150F;
}
.BgClassName
{
background-color: #C6150F;
}
</style>
border-color css
<style>
span { border-color: #C6150F; }
span { border-color: rgb(198,21,15); }
td.TdClassName
{
border-color: #C6150F;
}
.TagClassName
{
border-color: #C6150F;
}
</style>