Shades of Free Speech Red #C81412
Tints of Free Speech Red #C81412
RGB
CMYK
RGB Variations
Color information
#C81412 (or 0xC81412) is known color: Free Speech Red. HEX triplet: C8, 14 and 12. RGB value is (200,20,18). Sum of RGB (Red+Green+Blue) = 200+20+18=238 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.03% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 200 - color contains mainly: red. Hex color #C81412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81412 is #37EBED. Grayscale: #494949. Windows color (decimal): -3664878 or 1184968. OLE color: 1184968.
HSL color Cylindrical-coordinate representation of color #C81412: hue angle of 0.66º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C81412 is Cyan = 0, Magento = 0.9, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 18 | - |
| CMYK | 0 | 0.9 | 0.91 | 0.22 |
| HSL | 0.66º | 0.83% | 0.43% | - |
| HSV(B) | 0.66º | 0.91% | 0.78% | - |
| XYZ | 24.18 | 12.82 | 1.77 | - |
| YUV | 73.59 | 96.63 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 18 | 0 | 0.9 | 0.91 | 0.22 | 0.66 | 0.83 | 0.43 |
| Hex | C8 | 14 | 12 | 0 | 5A | 5B | 16 | 1 | 53 | 2B |
| Octal | 310 | 24 | 22 | 0 | 132 | 133 | 26 | 1 | 123 | 53 |
| Binary | 11001000 | 10100 | 10010 | 0 | 1011010 | 1011011 | 10110 | 1 | 1010011 | 101011 |
Color Harmonies of #C81412
Complementary color
Monochromatic Colors of #C81412
Black with #C81412
Text Example
Text Example
White with #C81412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81412; }
p { color: rgb(200,20,18); }
H1.HeaderClassName
{
color: #C81412;
}
.AnyTagClassName
{
color: #C81412;
}
</style>
background-color css
<style>
a { background-color: #C81412; }
a { background-color: rgb(200,20,18); }
div.DivClassName
{
background-color: #C81412;
}
.BgClassName
{
background-color: #C81412;
}
</style>
border-color css
<style>
span { border-color: #C81412; }
span { border-color: rgb(200,20,18); }
td.TdClassName
{
border-color: #C81412;
}
.TagClassName
{
border-color: #C81412;
}
</style>