Shades of Free Speech Red #C81506
Tints of Free Speech Red #C81506
RGB
CMYK
RGB Variations
Color information
#C81506 (or 0xC81506) is known color: Free Speech Red. HEX triplet: C8, 15 and 06. RGB value is (200,21,6). Sum of RGB (Red+Green+Blue) = 200+21+6=227 (30% of max value = 765). Red value is 200 (78.52% from 255 or 88.11% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 200 - color contains mainly: red. Hex color #C81506 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81506 is #37EAF9. Grayscale: #494949. Windows color (decimal): -3664634 or 398792. OLE color: 398792.
HSL color Cylindrical-coordinate representation of color #C81506: hue angle of 4.64º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C81506 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 6 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.22 |
| HSL | 4.64º | 0.94% | 0.4% | - |
| HSV(B) | 4.64º | 0.97% | 0.78% | - |
| XYZ | 24.12 | 12.83 | 1.38 | - |
| YUV | 72.81 | 90.3 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 6 | 0 | 0.90 | 0.97 | 0.22 | 4.64 | 0.94 | 0.4 |
| Hex | C8 | 15 | 6 | 0 | 5A | 61 | 16 | 5 | 5E | 28 |
| Octal | 310 | 25 | 6 | 0 | 132 | 141 | 26 | 5 | 136 | 50 |
| Binary | 11001000 | 10101 | 110 | 0 | 1011010 | 1100001 | 10110 | 101 | 1011110 | 101000 |
Color Harmonies of #C81506
Complementary color
Monochromatic Colors of #C81506
Black with #C81506
Text Example
Text Example
White with #C81506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81506; }
p { color: rgb(200,21,6); }
H1.HeaderClassName
{
color: #C81506;
}
.AnyTagClassName
{
color: #C81506;
}
</style>
background-color css
<style>
a { background-color: #C81506; }
a { background-color: rgb(200,21,6); }
div.DivClassName
{
background-color: #C81506;
}
.BgClassName
{
background-color: #C81506;
}
</style>
border-color css
<style>
span { border-color: #C81506; }
span { border-color: rgb(200,21,6); }
td.TdClassName
{
border-color: #C81506;
}
.TagClassName
{
border-color: #C81506;
}
</style>