Shades of Free Speech Red #C0150B
Tints of Free Speech Red #C0150B
RGB
CMYK
RGB Variations
Color information
#C0150B (or 0xC0150B) is known color: Free Speech Red. HEX triplet: C0, 15 and 0B. RGB value is (192,21,11). Sum of RGB (Red+Green+Blue) = 192+21+11=224 (29% of max value = 765). Red value is 192 (75.39% from 255 or 85.71% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 192 - color contains mainly: red. Hex color #C0150B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0150B is #3FEAF4. Grayscale: #474747. Windows color (decimal): -4188917 or 726464. OLE color: 726464.
HSL color Cylindrical-coordinate representation of color #C0150B: hue angle of 3.31º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0150B is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 11 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.25 |
| HSL | 3.31º | 0.89% | 0.4% | - |
| HSV(B) | 3.31º | 0.94% | 0.75% | - |
| XYZ | 22.07 | 11.77 | 1.42 | - |
| YUV | 70.99 | 94.15 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 11 | 0 | 0.89 | 0.94 | 0.25 | 3.31 | 0.89 | 0.4 |
| Hex | C0 | 15 | B | 0 | 59 | 5E | 19 | 3 | 59 | 28 |
| Octal | 300 | 25 | 13 | 0 | 131 | 136 | 31 | 3 | 131 | 50 |
| Binary | 11000000 | 10101 | 1011 | 0 | 1011001 | 1011110 | 11001 | 11 | 1011001 | 101000 |
Color Harmonies of #C0150B
Complementary color
Monochromatic Colors of #C0150B
Black with #C0150B
Text Example
Text Example
White with #C0150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0150B; }
p { color: rgb(192,21,11); }
H1.HeaderClassName
{
color: #C0150B;
}
.AnyTagClassName
{
color: #C0150B;
}
</style>
background-color css
<style>
a { background-color: #C0150B; }
a { background-color: rgb(192,21,11); }
div.DivClassName
{
background-color: #C0150B;
}
.BgClassName
{
background-color: #C0150B;
}
</style>
border-color css
<style>
span { border-color: #C0150B; }
span { border-color: rgb(192,21,11); }
td.TdClassName
{
border-color: #C0150B;
}
.TagClassName
{
border-color: #C0150B;
}
</style>