Shades of Free Speech Red #C40A07
Tints of Free Speech Red #C40A07
RGB
CMYK
RGB Variations
Color information
#C40A07 (or 0xC40A07) is known color: Free Speech Red. HEX triplet: C4, 0A and 07. RGB value is (196,10,7). Sum of RGB (Red+Green+Blue) = 196+10+7=213 (28% of max value = 765). Red value is 196 (76.95% from 255 or 92.02% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40A07 is #3BF5F8. Grayscale: #414141. Windows color (decimal): -3929593 or 461508. OLE color: 461508.
HSL color Cylindrical-coordinate representation of color #C40A07: hue angle of 0.95º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40A07 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 10 | 7 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.23 |
| HSL | 0.95º | 0.93% | 0.4% | - |
| HSV(B) | 0.95º | 0.96% | 0.77% | - |
| XYZ | 22.91 | 11.97 | 1.3 | - |
| YUV | 65.27 | 95.12 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 7 | 0 | 0.95 | 0.96 | 0.23 | 0.95 | 0.93 | 0.4 |
| Hex | C4 | A | 7 | 0 | 5F | 60 | 17 | 1 | 5D | 28 |
| Octal | 304 | 12 | 7 | 0 | 137 | 140 | 27 | 1 | 135 | 50 |
| Binary | 11000100 | 1010 | 111 | 0 | 1011111 | 1100000 | 10111 | 1 | 1011101 | 101000 |
Color Harmonies of #C40A07
Complementary color
Monochromatic Colors of #C40A07
Black with #C40A07
Text Example
Text Example
White with #C40A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40A07; }
p { color: rgb(196,10,7); }
H1.HeaderClassName
{
color: #C40A07;
}
.AnyTagClassName
{
color: #C40A07;
}
</style>
background-color css
<style>
a { background-color: #C40A07; }
a { background-color: rgb(196,10,7); }
div.DivClassName
{
background-color: #C40A07;
}
.BgClassName
{
background-color: #C40A07;
}
</style>
border-color css
<style>
span { border-color: #C40A07; }
span { border-color: rgb(196,10,7); }
td.TdClassName
{
border-color: #C40A07;
}
.TagClassName
{
border-color: #C40A07;
}
</style>