Shades of Free Speech Red #A90401
Tints of Free Speech Red #A90401
RGB
CMYK
RGB Variations
Color information
#A90401 (or 0xA90401) is known color: Free Speech Red. HEX triplet: A9, 04 and 01. RGB value is (169,4,1). Sum of RGB (Red+Green+Blue) = 169+4+1=174 (23% of max value = 765). Red value is 169 (66.41% from 255 or 97.13% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 169 - color contains mainly: red. Hex color #A90401 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90401 is #56FBFE. Grayscale: #353535. Windows color (decimal): -5700607 or 66729. OLE color: 66729.
HSL color Cylindrical-coordinate representation of color #A90401: hue angle of 1.07º 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 #A90401 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 4 | 1 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.34 |
| HSL | 1.07º | 0.99% | 0.33% | - |
| HSV(B) | 1.07º | 0.99% | 0.66% | - |
| XYZ | 16.41 | 8.52 | 0.81 | - |
| YUV | 52.99 | 98.66 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 4 | 1 | 0 | 0.98 | 0.99 | 0.34 | 1.07 | 0.99 | 0.33 |
| Hex | A9 | 4 | 1 | 0 | 62 | 63 | 22 | 1 | 63 | 21 |
| Octal | 251 | 4 | 1 | 0 | 142 | 143 | 42 | 1 | 143 | 41 |
| Binary | 10101001 | 100 | 1 | 0 | 1100010 | 1100011 | 100010 | 1 | 1100011 | 100001 |
Color Harmonies of #A90401
Complementary color
Monochromatic Colors of #A90401
Black with #A90401
Text Example
Text Example
White with #A90401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90401; }
p { color: rgb(169,4,1); }
H1.HeaderClassName
{
color: #A90401;
}
.AnyTagClassName
{
color: #A90401;
}
</style>
background-color css
<style>
a { background-color: #A90401; }
a { background-color: rgb(169,4,1); }
div.DivClassName
{
background-color: #A90401;
}
.BgClassName
{
background-color: #A90401;
}
</style>
border-color css
<style>
span { border-color: #A90401; }
span { border-color: rgb(169,4,1); }
td.TdClassName
{
border-color: #A90401;
}
.TagClassName
{
border-color: #A90401;
}
</style>