Shades of Free Speech Red #AF1301
Tints of Free Speech Red #AF1301
RGB
CMYK
RGB Variations
Color information
#AF1301 (or 0xAF1301) is known color: Free Speech Red. HEX triplet: AF, 13 and 01. RGB value is (175,19,1). Sum of RGB (Red+Green+Blue) = 175+19+1=195 (25% of max value = 765). Red value is 175 (68.75% from 255 or 89.74% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1301 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1301 is #50ECFE. Grayscale: #3F3F3F. Windows color (decimal): -5303551 or 70575. OLE color: 70575.
HSL color Cylindrical-coordinate representation of color #AF1301: hue angle of 6.21º degrees, saturation: 0.99, 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 #AF1301 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 1 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.31 |
| HSL | 6.21º | 0.99% | 0.35% | - |
| HSV(B) | 6.21º | 0.99% | 0.69% | - |
| XYZ | 17.92 | 9.58 | 0.93 | - |
| YUV | 63.59 | 92.68 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 1 | 0 | 0.89 | 0.99 | 0.31 | 6.21 | 0.99 | 0.35 |
| Hex | AF | 13 | 1 | 0 | 59 | 63 | 1F | 6 | 63 | 23 |
| Octal | 257 | 23 | 1 | 0 | 131 | 143 | 37 | 6 | 143 | 43 |
| Binary | 10101111 | 10011 | 1 | 0 | 1011001 | 1100011 | 11111 | 110 | 1100011 | 100011 |
Color Harmonies of #AF1301
Complementary color
Monochromatic Colors of #AF1301
Black with #AF1301
Text Example
Text Example
White with #AF1301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1301; }
p { color: rgb(175,19,1); }
H1.HeaderClassName
{
color: #AF1301;
}
.AnyTagClassName
{
color: #AF1301;
}
</style>
background-color css
<style>
a { background-color: #AF1301; }
a { background-color: rgb(175,19,1); }
div.DivClassName
{
background-color: #AF1301;
}
.BgClassName
{
background-color: #AF1301;
}
</style>
border-color css
<style>
span { border-color: #AF1301; }
span { border-color: rgb(175,19,1); }
td.TdClassName
{
border-color: #AF1301;
}
.TagClassName
{
border-color: #AF1301;
}
</style>