Shades of Free Speech Red #A81500
Tints of Free Speech Red #A81500
RGB
CMYK
RGB Variations
Color information
#A81500 (or 0xA81500) is known color: Free Speech Red. HEX triplet: A8, 15 and 00. RGB value is (168,21,0). Sum of RGB (Red+Green+Blue) = 168+21+0=189 (25% of max value = 765). Red value is 168 (66.02% from 255 or 88.89% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 168 - color contains mainly: red. Hex color #A81500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81500 is #57EAFF. Grayscale: #3E3E3E. Windows color (decimal): -5761792 or 5544. OLE color: 5544.
HSL color Cylindrical-coordinate representation of color #A81500: hue angle of 7.5º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A81500 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 21 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.34 |
| HSL | 7.5º | 1% | 0.33% | - |
| HSV(B) | 7.5º | 1% | 0.66% | - |
| XYZ | 16.42 | 8.86 | 0.85 | - |
| YUV | 62.56 | 92.7 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 0 | 0 | 0.88 | 1 | 0.34 | 7.5 | 1 | 0.33 |
| Hex | A8 | 15 | 0 | 0 | 58 | 64 | 22 | 8 | 64 | 21 |
| Octal | 250 | 25 | 0 | 0 | 130 | 144 | 42 | 10 | 144 | 41 |
| Binary | 10101000 | 10101 | 0 | 0 | 1011000 | 1100100 | 100010 | 1000 | 1100100 | 100001 |
Color Harmonies of #A81500
Complementary color
Monochromatic Colors of #A81500
Black with #A81500
Text Example
Text Example
White with #A81500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81500; }
p { color: rgb(168,21,0); }
H1.HeaderClassName
{
color: #A81500;
}
.AnyTagClassName
{
color: #A81500;
}
</style>
background-color css
<style>
a { background-color: #A81500; }
a { background-color: rgb(168,21,0); }
div.DivClassName
{
background-color: #A81500;
}
.BgClassName
{
background-color: #A81500;
}
</style>
border-color css
<style>
span { border-color: #A81500; }
span { border-color: rgb(168,21,0); }
td.TdClassName
{
border-color: #A81500;
}
.TagClassName
{
border-color: #A81500;
}
</style>