Shades of Free Speech Red #AF1401
Tints of Free Speech Red #AF1401
RGB
CMYK
RGB Variations
Color information
#AF1401 (or 0xAF1401) is known color: Free Speech Red. HEX triplet: AF, 14 and 01. RGB value is (175,20,1). Sum of RGB (Red+Green+Blue) = 175+20+1=196 (25% of max value = 765). Red value is 175 (68.75% from 255 or 89.29% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1401 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1401 is #50EBFE. Grayscale: #404040. Windows color (decimal): -5303295 or 70831. OLE color: 70831.
HSL color Cylindrical-coordinate representation of color #AF1401: hue angle of 6.55º 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 #AF1401 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 20 | 1 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.31 |
| HSL | 6.55º | 0.99% | 0.35% | - |
| HSV(B) | 6.55º | 0.99% | 0.69% | - |
| XYZ | 17.93 | 9.62 | 0.94 | - |
| YUV | 64.18 | 92.35 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 1 | 0 | 0.89 | 0.99 | 0.31 | 6.55 | 0.99 | 0.35 |
| Hex | AF | 14 | 1 | 0 | 59 | 63 | 1F | 7 | 63 | 23 |
| Octal | 257 | 24 | 1 | 0 | 131 | 143 | 37 | 7 | 143 | 43 |
| Binary | 10101111 | 10100 | 1 | 0 | 1011001 | 1100011 | 11111 | 111 | 1100011 | 100011 |
Color Harmonies of #AF1401
Complementary color
Monochromatic Colors of #AF1401
Black with #AF1401
Text Example
Text Example
White with #AF1401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1401; }
p { color: rgb(175,20,1); }
H1.HeaderClassName
{
color: #AF1401;
}
.AnyTagClassName
{
color: #AF1401;
}
</style>
background-color css
<style>
a { background-color: #AF1401; }
a { background-color: rgb(175,20,1); }
div.DivClassName
{
background-color: #AF1401;
}
.BgClassName
{
background-color: #AF1401;
}
</style>
border-color css
<style>
span { border-color: #AF1401; }
span { border-color: rgb(175,20,1); }
td.TdClassName
{
border-color: #AF1401;
}
.TagClassName
{
border-color: #AF1401;
}
</style>