Shades of Free Speech Red #C81800
Tints of Free Speech Red #C81800
RGB
CMYK
RGB Variations
Color information
#C81800 (or 0xC81800) is known color: Free Speech Red. HEX triplet: C8, 18 and 00. RGB value is (200,24,0). Sum of RGB (Red+Green+Blue) = 200+24+0=224 (29% of max value = 765). Red value is 200 (78.52% from 255 or 89.29% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 200 - color contains mainly: red. Hex color #C81800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81800 is #37E7FF. Grayscale: #4A4A4A. Windows color (decimal): -3663872 or 6344. OLE color: 6344.
HSL color Cylindrical-coordinate representation of color #C81800: hue angle of 7.2º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C81800 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.22 |
| HSL | 7.2º | 1% | 0.39% | - |
| HSV(B) | 7.2º | 1% | 0.78% | - |
| XYZ | 24.15 | 12.93 | 1.22 | - |
| YUV | 73.89 | 86.31 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 0 | 0 | 0.88 | 1 | 0.22 | 7.2 | 1 | 0.39 |
| Hex | C8 | 18 | 0 | 0 | 58 | 64 | 16 | 7 | 64 | 27 |
| Octal | 310 | 30 | 0 | 0 | 130 | 144 | 26 | 7 | 144 | 47 |
| Binary | 11001000 | 11000 | 0 | 0 | 1011000 | 1100100 | 10110 | 111 | 1100100 | 100111 |
Color Harmonies of #C81800
Complementary color
Monochromatic Colors of #C81800
Black with #C81800
Text Example
Text Example
White with #C81800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81800; }
p { color: rgb(200,24,0); }
H1.HeaderClassName
{
color: #C81800;
}
.AnyTagClassName
{
color: #C81800;
}
</style>
background-color css
<style>
a { background-color: #C81800; }
a { background-color: rgb(200,24,0); }
div.DivClassName
{
background-color: #C81800;
}
.BgClassName
{
background-color: #C81800;
}
</style>
border-color css
<style>
span { border-color: #C81800; }
span { border-color: rgb(200,24,0); }
td.TdClassName
{
border-color: #C81800;
}
.TagClassName
{
border-color: #C81800;
}
</style>