Shades of Free Speech Red #C4150D
Tints of Free Speech Red #C4150D
RGB
CMYK
RGB Variations
Color information
#C4150D (or 0xC4150D) is known color: Free Speech Red. HEX triplet: C4, 15 and 0D. RGB value is (196,21,13). Sum of RGB (Red+Green+Blue) = 196+21+13=230 (30% of max value = 765). Red value is 196 (76.95% from 255 or 85.22% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 196 - color contains mainly: red. Hex color #C4150D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4150D is #3BEAF2. Grayscale: #484848. Windows color (decimal): -3926771 or 857540. OLE color: 857540.
HSL color Cylindrical-coordinate representation of color #C4150D: hue angle of 2.62º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4150D is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 21 | 13 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.23 |
| HSL | 2.62º | 0.88% | 0.41% | - |
| HSV(B) | 2.62º | 0.93% | 0.77% | - |
| XYZ | 23.11 | 12.3 | 1.54 | - |
| YUV | 72.41 | 94.48 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 21 | 13 | 0 | 0.89 | 0.93 | 0.23 | 2.62 | 0.88 | 0.41 |
| Hex | C4 | 15 | D | 0 | 59 | 5D | 17 | 3 | 58 | 29 |
| Octal | 304 | 25 | 15 | 0 | 131 | 135 | 27 | 3 | 130 | 51 |
| Binary | 11000100 | 10101 | 1101 | 0 | 1011001 | 1011101 | 10111 | 11 | 1011000 | 101001 |
Color Harmonies of #C4150D
Complementary color
Monochromatic Colors of #C4150D
Black with #C4150D
Text Example
Text Example
White with #C4150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4150D; }
p { color: rgb(196,21,13); }
H1.HeaderClassName
{
color: #C4150D;
}
.AnyTagClassName
{
color: #C4150D;
}
</style>
background-color css
<style>
a { background-color: #C4150D; }
a { background-color: rgb(196,21,13); }
div.DivClassName
{
background-color: #C4150D;
}
.BgClassName
{
background-color: #C4150D;
}
</style>
border-color css
<style>
span { border-color: #C4150D; }
span { border-color: rgb(196,21,13); }
td.TdClassName
{
border-color: #C4150D;
}
.TagClassName
{
border-color: #C4150D;
}
</style>