Shades of Free Speech Red #C40700
Tints of Free Speech Red #C40700
RGB
CMYK
RGB Variations
Color information
#C40700 (or 0xC40700) is known color: Free Speech Red. HEX triplet: C4, 07 and 00. RGB value is (196,7,0). Sum of RGB (Red+Green+Blue) = 196+7+0=203 (26% of max value = 765). Red value is 196 (76.95% from 255 or 96.55% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 196 - color contains mainly: red. Hex color #C40700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40700 is #3BF8FF. Grayscale: #3E3E3E. Windows color (decimal): -3930368 or 1988. OLE color: 1988.
HSL color Cylindrical-coordinate representation of color #C40700: hue angle of 2.14º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C40700 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.23 |
| HSL | 2.14º | 1% | 0.38% | - |
| HSV(B) | 2.14º | 1% | 0.77% | - |
| XYZ | 22.84 | 11.89 | 1.09 | - |
| YUV | 62.71 | 92.62 | 223.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 0 | 0 | 0.96 | 1 | 0.23 | 2.14 | 1 | 0.38 |
| Hex | C4 | 7 | 0 | 0 | 60 | 64 | 17 | 2 | 64 | 26 |
| Octal | 304 | 7 | 0 | 0 | 140 | 144 | 27 | 2 | 144 | 46 |
| Binary | 11000100 | 111 | 0 | 0 | 1100000 | 1100100 | 10111 | 10 | 1100100 | 100110 |
Color Harmonies of #C40700
Complementary color
Monochromatic Colors of #C40700
Black with #C40700
Text Example
Text Example
White with #C40700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40700; }
p { color: rgb(196,7,0); }
H1.HeaderClassName
{
color: #C40700;
}
.AnyTagClassName
{
color: #C40700;
}
</style>
background-color css
<style>
a { background-color: #C40700; }
a { background-color: rgb(196,7,0); }
div.DivClassName
{
background-color: #C40700;
}
.BgClassName
{
background-color: #C40700;
}
</style>
border-color css
<style>
span { border-color: #C40700; }
span { border-color: rgb(196,7,0); }
td.TdClassName
{
border-color: #C40700;
}
.TagClassName
{
border-color: #C40700;
}
</style>