Shades of Free Speech Red #AF1C01
Tints of Free Speech Red #AF1C01
RGB
CMYK
RGB Variations
Color information
#AF1C01 (or 0xAF1C01) is known color: Free Speech Red. HEX triplet: AF, 1C and 01. RGB value is (175,28,1). Sum of RGB (Red+Green+Blue) = 175+28+1=204 (27% of max value = 765). Red value is 175 (68.75% from 255 or 85.78% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1C01 is #50E3FE. Grayscale: #454545. Windows color (decimal): -5301247 or 72879. OLE color: 72879.
HSL color Cylindrical-coordinate representation of color #AF1C01: hue angle of 9.31º 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 #AF1C01 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 28 | 1 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.31 |
| HSL | 9.31º | 0.99% | 0.35% | - |
| HSV(B) | 9.31º | 0.99% | 0.69% | - |
| XYZ | 18.1 | 9.95 | 0.99 | - |
| YUV | 68.88 | 89.7 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 28 | 1 | 0 | 0.84 | 0.99 | 0.31 | 9.31 | 0.99 | 0.35 |
| Hex | AF | 1C | 1 | 0 | 54 | 63 | 1F | 9 | 63 | 23 |
| Octal | 257 | 34 | 1 | 0 | 124 | 143 | 37 | 11 | 143 | 43 |
| Binary | 10101111 | 11100 | 1 | 0 | 1010100 | 1100011 | 11111 | 1001 | 1100011 | 100011 |
Color Harmonies of #AF1C01
Complementary color
Monochromatic Colors of #AF1C01
Black with #AF1C01
Text Example
Text Example
White with #AF1C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1C01; }
p { color: rgb(175,28,1); }
H1.HeaderClassName
{
color: #AF1C01;
}
.AnyTagClassName
{
color: #AF1C01;
}
</style>
background-color css
<style>
a { background-color: #AF1C01; }
a { background-color: rgb(175,28,1); }
div.DivClassName
{
background-color: #AF1C01;
}
.BgClassName
{
background-color: #AF1C01;
}
</style>
border-color css
<style>
span { border-color: #AF1C01; }
span { border-color: rgb(175,28,1); }
td.TdClassName
{
border-color: #AF1C01;
}
.TagClassName
{
border-color: #AF1C01;
}
</style>