Shades of Free Speech Red #AF1102
Tints of Free Speech Red #AF1102
RGB
CMYK
RGB Variations
Color information
#AF1102 (or 0xAF1102) is known color: Free Speech Red. HEX triplet: AF, 11 and 02. RGB value is (175,17,2). Sum of RGB (Red+Green+Blue) = 175+17+2=194 (25% of max value = 765). Red value is 175 (68.75% from 255 or 90.21% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1102 is #50EEFD. Grayscale: #3E3E3E. Windows color (decimal): -5304062 or 135599. OLE color: 135599.
HSL color Cylindrical-coordinate representation of color #AF1102: hue angle of 5.2º 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 #AF1102 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 2 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.31 |
| HSL | 5.2º | 0.98% | 0.35% | - |
| HSV(B) | 5.2º | 0.99% | 0.69% | - |
| XYZ | 17.89 | 9.52 | 0.95 | - |
| YUV | 62.53 | 93.85 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 2 | 0 | 0.90 | 0.99 | 0.31 | 5.2 | 0.98 | 0.35 |
| Hex | AF | 11 | 2 | 0 | 5A | 63 | 1F | 5 | 62 | 23 |
| Octal | 257 | 21 | 2 | 0 | 132 | 143 | 37 | 5 | 142 | 43 |
| Binary | 10101111 | 10001 | 10 | 0 | 1011010 | 1100011 | 11111 | 101 | 1100010 | 100011 |
Color Harmonies of #AF1102
Complementary color
Monochromatic Colors of #AF1102
Black with #AF1102
Text Example
Text Example
White with #AF1102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1102; }
p { color: rgb(175,17,2); }
H1.HeaderClassName
{
color: #AF1102;
}
.AnyTagClassName
{
color: #AF1102;
}
</style>
background-color css
<style>
a { background-color: #AF1102; }
a { background-color: rgb(175,17,2); }
div.DivClassName
{
background-color: #AF1102;
}
.BgClassName
{
background-color: #AF1102;
}
</style>
border-color css
<style>
span { border-color: #AF1102; }
span { border-color: rgb(175,17,2); }
td.TdClassName
{
border-color: #AF1102;
}
.TagClassName
{
border-color: #AF1102;
}
</style>