Shades of Free Speech Red #C8180F
Tints of Free Speech Red #C8180F
RGB
CMYK
RGB Variations
Color information
#C8180F (or 0xC8180F) is known color: Free Speech Red. HEX triplet: C8, 18 and 0F. RGB value is (200,24,15). Sum of RGB (Red+Green+Blue) = 200+24+15=239 (31% of max value = 765). Red value is 200 (78.52% from 255 or 83.68% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 200 - color contains mainly: red. Hex color #C8180F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8180F is #37E7F0. Grayscale: #4B4B4B. Windows color (decimal): -3663857 or 989384. OLE color: 989384.
HSL color Cylindrical-coordinate representation of color #C8180F: hue angle of 2.92º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8180F is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 15 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.22 |
| HSL | 2.92º | 0.86% | 0.42% | - |
| HSV(B) | 2.92º | 0.93% | 0.78% | - |
| XYZ | 24.23 | 12.97 | 1.68 | - |
| YUV | 75.6 | 93.81 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 15 | 0 | 0.88 | 0.92 | 0.22 | 2.92 | 0.86 | 0.42 |
| Hex | C8 | 18 | F | 0 | 58 | 5C | 16 | 3 | 56 | 2A |
| Octal | 310 | 30 | 17 | 0 | 130 | 134 | 26 | 3 | 126 | 52 |
| Binary | 11001000 | 11000 | 1111 | 0 | 1011000 | 1011100 | 10110 | 11 | 1010110 | 101010 |
Color Harmonies of #C8180F
Complementary color
Monochromatic Colors of #C8180F
Black with #C8180F
Text Example
Text Example
White with #C8180F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8180F; }
p { color: rgb(200,24,15); }
H1.HeaderClassName
{
color: #C8180F;
}
.AnyTagClassName
{
color: #C8180F;
}
</style>
background-color css
<style>
a { background-color: #C8180F; }
a { background-color: rgb(200,24,15); }
div.DivClassName
{
background-color: #C8180F;
}
.BgClassName
{
background-color: #C8180F;
}
</style>
border-color css
<style>
span { border-color: #C8180F; }
span { border-color: rgb(200,24,15); }
td.TdClassName
{
border-color: #C8180F;
}
.TagClassName
{
border-color: #C8180F;
}
</style>