Shades of Free Speech Red #C01212
Tints of Free Speech Red #C01212
RGB
CMYK
RGB Variations
Color information
#C01212 (or 0xC01212) is known color: Free Speech Red. HEX triplet: C0, 12 and 12. RGB value is (192,18,18). Sum of RGB (Red+Green+Blue) = 192+18+18=228 (30% of max value = 765). Red value is 192 (75.39% from 255 or 84.21% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 192 - color contains mainly: red. Hex color #C01212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01212 is #3FEDED. Grayscale: #464646. Windows color (decimal): -4189678 or 1184448. OLE color: 1184448.
HSL color Cylindrical-coordinate representation of color #C01212: hue angle of 0º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01212 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 18 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.25 |
| HSL | 0º | 0.83% | 0.41% | - |
| HSV(B) | 0º | 0.91% | 0.75% | - |
| XYZ | 22.06 | 11.68 | 1.66 | - |
| YUV | 70.03 | 98.65 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 18 | 0 | 0.91 | 0.91 | 0.25 | 0 | 0.83 | 0.41 |
| Hex | C0 | 12 | 12 | 0 | 5B | 5B | 19 | 0 | 53 | 29 |
| Octal | 300 | 22 | 22 | 0 | 133 | 133 | 31 | 0 | 123 | 51 |
| Binary | 11000000 | 10010 | 10010 | 0 | 1011011 | 1011011 | 11001 | 0 | 1010011 | 101001 |
Color Harmonies of #C01212
Complementary color
Monochromatic Colors of #C01212
Black with #C01212
Text Example
Text Example
White with #C01212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01212; }
p { color: rgb(192,18,18); }
H1.HeaderClassName
{
color: #C01212;
}
.AnyTagClassName
{
color: #C01212;
}
</style>
background-color css
<style>
a { background-color: #C01212; }
a { background-color: rgb(192,18,18); }
div.DivClassName
{
background-color: #C01212;
}
.BgClassName
{
background-color: #C01212;
}
</style>
border-color css
<style>
span { border-color: #C01212; }
span { border-color: rgb(192,18,18); }
td.TdClassName
{
border-color: #C01212;
}
.TagClassName
{
border-color: #C01212;
}
</style>