Shades of Free Speech Red #A90201
Tints of Free Speech Red #A90201
RGB
CMYK
RGB Variations
Color information
#A90201 (or 0xA90201) is known color: Free Speech Red. HEX triplet: A9, 02 and 01. RGB value is (169,2,1). Sum of RGB (Red+Green+Blue) = 169+2+1=172 (22% of max value = 765). Red value is 169 (66.41% from 255 or 98.26% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 169 - color contains mainly: red. Hex color #A90201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90201 is #56FDFE. Grayscale: #333333. Windows color (decimal): -5701119 or 66217. OLE color: 66217.
HSL color Cylindrical-coordinate representation of color #A90201: hue angle of 0.36º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A90201 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 2 | 1 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.34 |
| HSL | 0.36º | 0.99% | 0.33% | - |
| HSV(B) | 0.36º | 0.99% | 0.66% | - |
| XYZ | 16.39 | 8.48 | 0.8 | - |
| YUV | 51.82 | 99.33 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 2 | 1 | 0 | 0.99 | 0.99 | 0.34 | 0.36 | 0.99 | 0.33 |
| Hex | A9 | 2 | 1 | 0 | 63 | 63 | 22 | 0 | 63 | 21 |
| Octal | 251 | 2 | 1 | 0 | 143 | 143 | 42 | 0 | 143 | 41 |
| Binary | 10101001 | 10 | 1 | 0 | 1100011 | 1100011 | 100010 | 0 | 1100011 | 100001 |
Color Harmonies of #A90201
Complementary color
Monochromatic Colors of #A90201
Black with #A90201
Text Example
Text Example
White with #A90201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90201; }
p { color: rgb(169,2,1); }
H1.HeaderClassName
{
color: #A90201;
}
.AnyTagClassName
{
color: #A90201;
}
</style>
background-color css
<style>
a { background-color: #A90201; }
a { background-color: rgb(169,2,1); }
div.DivClassName
{
background-color: #A90201;
}
.BgClassName
{
background-color: #A90201;
}
</style>
border-color css
<style>
span { border-color: #A90201; }
span { border-color: rgb(169,2,1); }
td.TdClassName
{
border-color: #A90201;
}
.TagClassName
{
border-color: #A90201;
}
</style>