Shades of Free Speech Red #AF1500
Tints of Free Speech Red #AF1500
RGB
CMYK
RGB Variations
Color information
#AF1500 (or 0xAF1500) is known color: Free Speech Red. HEX triplet: AF, 15 and 00. RGB value is (175,21,0). Sum of RGB (Red+Green+Blue) = 175+21+0=196 (25% of max value = 765). Red value is 175 (68.75% from 255 or 89.29% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1500 is #50EAFF. Grayscale: #404040. Windows color (decimal): -5303040 or 5551. OLE color: 5551.
HSL color Cylindrical-coordinate representation of color #AF1500: hue angle of 7.2º 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 #AF1500 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.31 |
| HSL | 7.2º | 1% | 0.34% | - |
| HSV(B) | 7.2º | 1% | 0.69% | - |
| XYZ | 17.95 | 9.65 | 0.92 | - |
| YUV | 64.65 | 91.52 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 0 | 0 | 0.88 | 1 | 0.31 | 7.2 | 1 | 0.34 |
| Hex | AF | 15 | 0 | 0 | 58 | 64 | 1F | 7 | 64 | 22 |
| Octal | 257 | 25 | 0 | 0 | 130 | 144 | 37 | 7 | 144 | 42 |
| Binary | 10101111 | 10101 | 0 | 0 | 1011000 | 1100100 | 11111 | 111 | 1100100 | 100010 |
Color Harmonies of #AF1500
Complementary color
Monochromatic Colors of #AF1500
Black with #AF1500
Text Example
Text Example
White with #AF1500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1500; }
p { color: rgb(175,21,0); }
H1.HeaderClassName
{
color: #AF1500;
}
.AnyTagClassName
{
color: #AF1500;
}
</style>
background-color css
<style>
a { background-color: #AF1500; }
a { background-color: rgb(175,21,0); }
div.DivClassName
{
background-color: #AF1500;
}
.BgClassName
{
background-color: #AF1500;
}
</style>
border-color css
<style>
span { border-color: #AF1500; }
span { border-color: rgb(175,21,0); }
td.TdClassName
{
border-color: #AF1500;
}
.TagClassName
{
border-color: #AF1500;
}
</style>