Shades of Free Speech Red #C0150F
Tints of Free Speech Red #C0150F
RGB
CMYK
RGB Variations
Color information
#C0150F (or 0xC0150F) is known color: Free Speech Red. HEX triplet: C0, 15 and 0F. RGB value is (192,21,15). Sum of RGB (Red+Green+Blue) = 192+21+15=228 (30% of max value = 765). Red value is 192 (75.39% from 255 or 84.21% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 192 - color contains mainly: red. Hex color #C0150F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0150F is #3FEAF0. Grayscale: #474747. Windows color (decimal): -4188913 or 988608. OLE color: 988608.
HSL color Cylindrical-coordinate representation of color #C0150F: hue angle of 2.03º 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 #C0150F is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 15 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.25 |
| HSL | 2.03º | 0.86% | 0.41% | - |
| HSV(B) | 2.03º | 0.92% | 0.75% | - |
| XYZ | 22.09 | 11.78 | 1.56 | - |
| YUV | 71.45 | 96.15 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 15 | 0 | 0.89 | 0.92 | 0.25 | 2.03 | 0.86 | 0.41 |
| Hex | C0 | 15 | F | 0 | 59 | 5C | 19 | 2 | 56 | 29 |
| Octal | 300 | 25 | 17 | 0 | 131 | 134 | 31 | 2 | 126 | 51 |
| Binary | 11000000 | 10101 | 1111 | 0 | 1011001 | 1011100 | 11001 | 10 | 1010110 | 101001 |
Color Harmonies of #C0150F
Complementary color
Monochromatic Colors of #C0150F
Black with #C0150F
Text Example
Text Example
White with #C0150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0150F; }
p { color: rgb(192,21,15); }
H1.HeaderClassName
{
color: #C0150F;
}
.AnyTagClassName
{
color: #C0150F;
}
</style>
background-color css
<style>
a { background-color: #C0150F; }
a { background-color: rgb(192,21,15); }
div.DivClassName
{
background-color: #C0150F;
}
.BgClassName
{
background-color: #C0150F;
}
</style>
border-color css
<style>
span { border-color: #C0150F; }
span { border-color: rgb(192,21,15); }
td.TdClassName
{
border-color: #C0150F;
}
.TagClassName
{
border-color: #C0150F;
}
</style>