Shades of Free Speech Red #AF1505
Tints of Free Speech Red #AF1505
RGB
CMYK
RGB Variations
Color information
#AF1505 (or 0xAF1505) is known color: Free Speech Red. HEX triplet: AF, 15 and 05. RGB value is (175,21,5). Sum of RGB (Red+Green+Blue) = 175+21+5=201 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.06% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1505 is #50EAFA. Grayscale: #414141. Windows color (decimal): -5303035 or 333231. OLE color: 333231.
HSL color Cylindrical-coordinate representation of color #AF1505: hue angle of 5.65º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF1505 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 5 | - |
| CMYK | 0 | 0.88 | 0.97 | 0.31 |
| HSL | 5.65º | 0.94% | 0.35% | - |
| HSV(B) | 5.65º | 0.97% | 0.69% | - |
| XYZ | 17.97 | 9.66 | 1.06 | - |
| YUV | 65.22 | 94.02 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 5 | 0 | 0.88 | 0.97 | 0.31 | 5.65 | 0.94 | 0.35 |
| Hex | AF | 15 | 5 | 0 | 58 | 61 | 1F | 6 | 5E | 23 |
| Octal | 257 | 25 | 5 | 0 | 130 | 141 | 37 | 6 | 136 | 43 |
| Binary | 10101111 | 10101 | 101 | 0 | 1011000 | 1100001 | 11111 | 110 | 1011110 | 100011 |
Color Harmonies of #AF1505
Complementary color
Monochromatic Colors of #AF1505
Black with #AF1505
Text Example
Text Example
White with #AF1505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1505; }
p { color: rgb(175,21,5); }
H1.HeaderClassName
{
color: #AF1505;
}
.AnyTagClassName
{
color: #AF1505;
}
</style>
background-color css
<style>
a { background-color: #AF1505; }
a { background-color: rgb(175,21,5); }
div.DivClassName
{
background-color: #AF1505;
}
.BgClassName
{
background-color: #AF1505;
}
</style>
border-color css
<style>
span { border-color: #AF1505; }
span { border-color: rgb(175,21,5); }
td.TdClassName
{
border-color: #AF1505;
}
.TagClassName
{
border-color: #AF1505;
}
</style>