Shades of Free Speech Red #AF0902
Tints of Free Speech Red #AF0902
RGB
CMYK
RGB Variations
Color information
#AF0902 (or 0xAF0902) is known color: Free Speech Red. HEX triplet: AF, 09 and 02. RGB value is (175,9,2). Sum of RGB (Red+Green+Blue) = 175+9+2=186 (24% of max value = 765). Red value is 175 (68.75% from 255 or 94.09% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0902 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0902 is #50F6FD. Grayscale: #3A3A3A. Windows color (decimal): -5306110 or 133551. OLE color: 133551.
HSL color Cylindrical-coordinate representation of color #AF0902: hue angle of 2.43º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0902 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 9 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.31 |
| HSL | 2.43º | 0.98% | 0.35% | - |
| HSV(B) | 2.43º | 0.99% | 0.69% | - |
| XYZ | 17.79 | 9.31 | 0.92 | - |
| YUV | 57.84 | 96.5 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 2 | 0 | 0.95 | 0.99 | 0.31 | 2.43 | 0.98 | 0.35 |
| Hex | AF | 9 | 2 | 0 | 5F | 63 | 1F | 2 | 62 | 23 |
| Octal | 257 | 11 | 2 | 0 | 137 | 143 | 37 | 2 | 142 | 43 |
| Binary | 10101111 | 1001 | 10 | 0 | 1011111 | 1100011 | 11111 | 10 | 1100010 | 100011 |
Color Harmonies of #AF0902
Complementary color
Monochromatic Colors of #AF0902
Black with #AF0902
Text Example
Text Example
White with #AF0902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0902; }
p { color: rgb(175,9,2); }
H1.HeaderClassName
{
color: #AF0902;
}
.AnyTagClassName
{
color: #AF0902;
}
</style>
background-color css
<style>
a { background-color: #AF0902; }
a { background-color: rgb(175,9,2); }
div.DivClassName
{
background-color: #AF0902;
}
.BgClassName
{
background-color: #AF0902;
}
</style>
border-color css
<style>
span { border-color: #AF0902; }
span { border-color: rgb(175,9,2); }
td.TdClassName
{
border-color: #AF0902;
}
.TagClassName
{
border-color: #AF0902;
}
</style>