Shades of Free Speech Red #C4150B
Tints of Free Speech Red #C4150B
RGB
CMYK
RGB Variations
Color information
#C4150B (or 0xC4150B) is known color: Free Speech Red. HEX triplet: C4, 15 and 0B. RGB value is (196,21,11). Sum of RGB (Red+Green+Blue) = 196+21+11=228 (30% of max value = 765). Red value is 196 (76.95% from 255 or 85.96% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 196 - color contains mainly: red. Hex color #C4150B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4150B is #3BEAF4. Grayscale: #484848. Windows color (decimal): -3926773 or 726468. OLE color: 726468.
HSL color Cylindrical-coordinate representation of color #C4150B: hue angle of 3.24º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4150B is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 21 | 11 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.23 |
| HSL | 3.24º | 0.89% | 0.41% | - |
| HSV(B) | 3.24º | 0.94% | 0.77% | - |
| XYZ | 23.09 | 12.3 | 1.47 | - |
| YUV | 72.19 | 93.48 | 216.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 21 | 11 | 0 | 0.89 | 0.94 | 0.23 | 3.24 | 0.89 | 0.41 |
| Hex | C4 | 15 | B | 0 | 59 | 5E | 17 | 3 | 59 | 29 |
| Octal | 304 | 25 | 13 | 0 | 131 | 136 | 27 | 3 | 131 | 51 |
| Binary | 11000100 | 10101 | 1011 | 0 | 1011001 | 1011110 | 10111 | 11 | 1011001 | 101001 |
Color Harmonies of #C4150B
Complementary color
Monochromatic Colors of #C4150B
Black with #C4150B
Text Example
Text Example
White with #C4150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4150B; }
p { color: rgb(196,21,11); }
H1.HeaderClassName
{
color: #C4150B;
}
.AnyTagClassName
{
color: #C4150B;
}
</style>
background-color css
<style>
a { background-color: #C4150B; }
a { background-color: rgb(196,21,11); }
div.DivClassName
{
background-color: #C4150B;
}
.BgClassName
{
background-color: #C4150B;
}
</style>
border-color css
<style>
span { border-color: #C4150B; }
span { border-color: rgb(196,21,11); }
td.TdClassName
{
border-color: #C4150B;
}
.TagClassName
{
border-color: #C4150B;
}
</style>