Shades of Free Speech Red #AF1800
Tints of Free Speech Red #AF1800
RGB
CMYK
RGB Variations
Color information
#AF1800 (or 0xAF1800) is known color: Free Speech Red. HEX triplet: AF, 18 and 00. RGB value is (175,24,0). Sum of RGB (Red+Green+Blue) = 175+24+0=199 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.94% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1800 is #50E7FF. Grayscale: #424242. Windows color (decimal): -5302272 or 6319. OLE color: 6319.
HSL color Cylindrical-coordinate representation of color #AF1800: hue angle of 8.23º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF1800 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 24 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.31 |
| HSL | 8.23º | 1% | 0.34% | - |
| HSV(B) | 8.23º | 1% | 0.69% | - |
| XYZ | 18.01 | 9.77 | 0.94 | - |
| YUV | 66.41 | 90.53 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 0 | 0 | 0.86 | 1 | 0.31 | 8.23 | 1 | 0.34 |
| Hex | AF | 18 | 0 | 0 | 56 | 64 | 1F | 8 | 64 | 22 |
| Octal | 257 | 30 | 0 | 0 | 126 | 144 | 37 | 10 | 144 | 42 |
| Binary | 10101111 | 11000 | 0 | 0 | 1010110 | 1100100 | 11111 | 1000 | 1100100 | 100010 |
Color Harmonies of #AF1800
Complementary color
Monochromatic Colors of #AF1800
Black with #AF1800
Text Example
Text Example
White with #AF1800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1800; }
p { color: rgb(175,24,0); }
H1.HeaderClassName
{
color: #AF1800;
}
.AnyTagClassName
{
color: #AF1800;
}
</style>
background-color css
<style>
a { background-color: #AF1800; }
a { background-color: rgb(175,24,0); }
div.DivClassName
{
background-color: #AF1800;
}
.BgClassName
{
background-color: #AF1800;
}
</style>
border-color css
<style>
span { border-color: #AF1800; }
span { border-color: rgb(175,24,0); }
td.TdClassName
{
border-color: #AF1800;
}
.TagClassName
{
border-color: #AF1800;
}
</style>