Shades of Free Speech Red #C8180D
Tints of Free Speech Red #C8180D
RGB
CMYK
RGB Variations
Color information
#C8180D (or 0xC8180D) is known color: Free Speech Red. HEX triplet: C8, 18 and 0D. RGB value is (200,24,13). Sum of RGB (Red+Green+Blue) = 200+24+13=237 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.39% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 200 - color contains mainly: red. Hex color #C8180D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8180D is #37E7F2. Grayscale: #4B4B4B. Windows color (decimal): -3663859 or 858312. OLE color: 858312.
HSL color Cylindrical-coordinate representation of color #C8180D: hue angle of 3.53º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8180D is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 13 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.22 |
| HSL | 3.53º | 0.88% | 0.42% | - |
| HSV(B) | 3.53º | 0.94% | 0.78% | - |
| XYZ | 24.22 | 12.96 | 1.61 | - |
| YUV | 75.37 | 92.81 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 13 | 0 | 0.88 | 0.94 | 0.22 | 3.53 | 0.88 | 0.42 |
| Hex | C8 | 18 | D | 0 | 58 | 5E | 16 | 4 | 58 | 2A |
| Octal | 310 | 30 | 15 | 0 | 130 | 136 | 26 | 4 | 130 | 52 |
| Binary | 11001000 | 11000 | 1101 | 0 | 1011000 | 1011110 | 10110 | 100 | 1011000 | 101010 |
Color Harmonies of #C8180D
Complementary color
Monochromatic Colors of #C8180D
Black with #C8180D
Text Example
Text Example
White with #C8180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8180D; }
p { color: rgb(200,24,13); }
H1.HeaderClassName
{
color: #C8180D;
}
.AnyTagClassName
{
color: #C8180D;
}
</style>
background-color css
<style>
a { background-color: #C8180D; }
a { background-color: rgb(200,24,13); }
div.DivClassName
{
background-color: #C8180D;
}
.BgClassName
{
background-color: #C8180D;
}
</style>
border-color css
<style>
span { border-color: #C8180D; }
span { border-color: rgb(200,24,13); }
td.TdClassName
{
border-color: #C8180D;
}
.TagClassName
{
border-color: #C8180D;
}
</style>