Shades of Free Speech Red #C4180D
Tints of Free Speech Red #C4180D
RGB
CMYK
RGB Variations
Color information
#C4180D (or 0xC4180D) is known color: Free Speech Red. HEX triplet: C4, 18 and 0D. RGB value is (196,24,13). Sum of RGB (Red+Green+Blue) = 196+24+13=233 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.12% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 196 - color contains mainly: red. Hex color #C4180D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4180D is #3BE7F2. Grayscale: #4A4A4A. Windows color (decimal): -3926003 or 858308. OLE color: 858308.
HSL color Cylindrical-coordinate representation of color #C4180D: hue angle of 3.61º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4180D is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 24 | 13 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.23 |
| HSL | 3.61º | 0.88% | 0.41% | - |
| HSV(B) | 3.61º | 0.93% | 0.77% | - |
| XYZ | 23.16 | 12.42 | 1.56 | - |
| YUV | 74.17 | 93.48 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 24 | 13 | 0 | 0.88 | 0.93 | 0.23 | 3.61 | 0.88 | 0.41 |
| Hex | C4 | 18 | D | 0 | 58 | 5D | 17 | 4 | 58 | 29 |
| Octal | 304 | 30 | 15 | 0 | 130 | 135 | 27 | 4 | 130 | 51 |
| Binary | 11000100 | 11000 | 1101 | 0 | 1011000 | 1011101 | 10111 | 100 | 1011000 | 101001 |
Color Harmonies of #C4180D
Complementary color
Monochromatic Colors of #C4180D
Black with #C4180D
Text Example
Text Example
White with #C4180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4180D; }
p { color: rgb(196,24,13); }
H1.HeaderClassName
{
color: #C4180D;
}
.AnyTagClassName
{
color: #C4180D;
}
</style>
background-color css
<style>
a { background-color: #C4180D; }
a { background-color: rgb(196,24,13); }
div.DivClassName
{
background-color: #C4180D;
}
.BgClassName
{
background-color: #C4180D;
}
</style>
border-color css
<style>
span { border-color: #C4180D; }
span { border-color: rgb(196,24,13); }
td.TdClassName
{
border-color: #C4180D;
}
.TagClassName
{
border-color: #C4180D;
}
</style>