Shades of Free Speech Red #AF0300
Tints of Free Speech Red #AF0300
RGB
CMYK
RGB Variations
Color information
#AF0300 (or 0xAF0300) is known color: Free Speech Red. HEX triplet: AF, 03 and 00. RGB value is (175,3,0). Sum of RGB (Red+Green+Blue) = 175+3+0=178 (23% of max value = 765). Red value is 175 (68.75% from 255 or 98.31% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0300 is #50FCFF. Grayscale: #363636. Windows color (decimal): -5307648 or 943. OLE color: 943.
HSL color Cylindrical-coordinate representation of color #AF0300: hue angle of 1.03º 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 #AF0300 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 3 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.31 |
| HSL | 1.03º | 1% | 0.34% | - |
| HSV(B) | 1.03º | 1% | 0.69% | - |
| XYZ | 17.71 | 9.18 | 0.84 | - |
| YUV | 54.09 | 97.48 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 0 | 0 | 0.98 | 1 | 0.31 | 1.03 | 1 | 0.34 |
| Hex | AF | 3 | 0 | 0 | 62 | 64 | 1F | 1 | 64 | 22 |
| Octal | 257 | 3 | 0 | 0 | 142 | 144 | 37 | 1 | 144 | 42 |
| Binary | 10101111 | 11 | 0 | 0 | 1100010 | 1100100 | 11111 | 1 | 1100100 | 100010 |
Color Harmonies of #AF0300
Complementary color
Monochromatic Colors of #AF0300
Black with #AF0300
Text Example
Text Example
White with #AF0300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0300; }
p { color: rgb(175,3,0); }
H1.HeaderClassName
{
color: #AF0300;
}
.AnyTagClassName
{
color: #AF0300;
}
</style>
background-color css
<style>
a { background-color: #AF0300; }
a { background-color: rgb(175,3,0); }
div.DivClassName
{
background-color: #AF0300;
}
.BgClassName
{
background-color: #AF0300;
}
</style>
border-color css
<style>
span { border-color: #AF0300; }
span { border-color: rgb(175,3,0); }
td.TdClassName
{
border-color: #AF0300;
}
.TagClassName
{
border-color: #AF0300;
}
</style>