Shades of Free Speech Red #C0130F
Tints of Free Speech Red #C0130F
RGB
CMYK
RGB Variations
Color information
#C0130F (or 0xC0130F) is known color: Free Speech Red. HEX triplet: C0, 13 and 0F. RGB value is (192,19,15). Sum of RGB (Red+Green+Blue) = 192+19+15=226 (29% of max value = 765). Red value is 192 (75.39% from 255 or 84.96% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 192 - color contains mainly: red. Hex color #C0130F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0130F is #3FECF0. Grayscale: #464646. Windows color (decimal): -4189425 or 988096. OLE color: 988096.
HSL color Cylindrical-coordinate representation of color #C0130F: hue angle of 1.36º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0130F is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 15 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.25 |
| HSL | 1.36º | 0.86% | 0.41% | - |
| HSV(B) | 1.36º | 0.92% | 0.75% | - |
| XYZ | 22.06 | 11.71 | 1.55 | - |
| YUV | 70.27 | 96.81 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 15 | 0 | 0.90 | 0.92 | 0.25 | 1.36 | 0.86 | 0.41 |
| Hex | C0 | 13 | F | 0 | 5A | 5C | 19 | 1 | 56 | 29 |
| Octal | 300 | 23 | 17 | 0 | 132 | 134 | 31 | 1 | 126 | 51 |
| Binary | 11000000 | 10011 | 1111 | 0 | 1011010 | 1011100 | 11001 | 1 | 1010110 | 101001 |
Color Harmonies of #C0130F
Complementary color
Monochromatic Colors of #C0130F
Black with #C0130F
Text Example
Text Example
White with #C0130F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0130F; }
p { color: rgb(192,19,15); }
H1.HeaderClassName
{
color: #C0130F;
}
.AnyTagClassName
{
color: #C0130F;
}
</style>
background-color css
<style>
a { background-color: #C0130F; }
a { background-color: rgb(192,19,15); }
div.DivClassName
{
background-color: #C0130F;
}
.BgClassName
{
background-color: #C0130F;
}
</style>
border-color css
<style>
span { border-color: #C0130F; }
span { border-color: rgb(192,19,15); }
td.TdClassName
{
border-color: #C0130F;
}
.TagClassName
{
border-color: #C0130F;
}
</style>