Shades of Free Speech Red #C81508
Tints of Free Speech Red #C81508
RGB
CMYK
RGB Variations
Color information
#C81508 (or 0xC81508) is known color: Free Speech Red. HEX triplet: C8, 15 and 08. RGB value is (200,21,8). Sum of RGB (Red+Green+Blue) = 200+21+8=229 (30% of max value = 765). Red value is 200 (78.52% from 255 or 87.34% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 200 - color contains mainly: red. Hex color #C81508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81508 is #37EAF7. Grayscale: #494949. Windows color (decimal): -3664632 or 529864. OLE color: 529864.
HSL color Cylindrical-coordinate representation of color #C81508: hue angle of 4.06º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C81508 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 8 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.22 |
| HSL | 4.06º | 0.92% | 0.41% | - |
| HSV(B) | 4.06º | 0.96% | 0.78% | - |
| XYZ | 24.13 | 12.83 | 1.43 | - |
| YUV | 73.04 | 91.3 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 8 | 0 | 0.90 | 0.96 | 0.22 | 4.06 | 0.92 | 0.41 |
| Hex | C8 | 15 | 8 | 0 | 5A | 60 | 16 | 4 | 5C | 29 |
| Octal | 310 | 25 | 10 | 0 | 132 | 140 | 26 | 4 | 134 | 51 |
| Binary | 11001000 | 10101 | 1000 | 0 | 1011010 | 1100000 | 10110 | 100 | 1011100 | 101001 |
Color Harmonies of #C81508
Complementary color
Monochromatic Colors of #C81508
Black with #C81508
Text Example
Text Example
White with #C81508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81508; }
p { color: rgb(200,21,8); }
H1.HeaderClassName
{
color: #C81508;
}
.AnyTagClassName
{
color: #C81508;
}
</style>
background-color css
<style>
a { background-color: #C81508; }
a { background-color: rgb(200,21,8); }
div.DivClassName
{
background-color: #C81508;
}
.BgClassName
{
background-color: #C81508;
}
</style>
border-color css
<style>
span { border-color: #C81508; }
span { border-color: rgb(200,21,8); }
td.TdClassName
{
border-color: #C81508;
}
.TagClassName
{
border-color: #C81508;
}
</style>