Shades of Free Speech Red #AF0802
Tints of Free Speech Red #AF0802
RGB
CMYK
RGB Variations
Color information
#AF0802 (or 0xAF0802) is known color: Free Speech Red. HEX triplet: AF, 08 and 02. RGB value is (175,8,2). Sum of RGB (Red+Green+Blue) = 175+8+2=185 (24% of max value = 765). Red value is 175 (68.75% from 255 or 94.59% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0802 is #50F7FD. Grayscale: #393939. Windows color (decimal): -5306366 or 133295. OLE color: 133295.
HSL color Cylindrical-coordinate representation of color #AF0802: hue angle of 2.08º degrees, saturation: 0.98, 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 #AF0802 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.31 |
| HSL | 2.08º | 0.98% | 0.35% | - |
| HSV(B) | 2.08º | 0.99% | 0.69% | - |
| XYZ | 17.78 | 9.29 | 0.91 | - |
| YUV | 57.25 | 96.83 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 2 | 0 | 0.95 | 0.99 | 0.31 | 2.08 | 0.98 | 0.35 |
| Hex | AF | 8 | 2 | 0 | 5F | 63 | 1F | 2 | 62 | 23 |
| Octal | 257 | 10 | 2 | 0 | 137 | 143 | 37 | 2 | 142 | 43 |
| Binary | 10101111 | 1000 | 10 | 0 | 1011111 | 1100011 | 11111 | 10 | 1100010 | 100011 |
Color Harmonies of #AF0802
Complementary color
Monochromatic Colors of #AF0802
Black with #AF0802
Text Example
Text Example
White with #AF0802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0802; }
p { color: rgb(175,8,2); }
H1.HeaderClassName
{
color: #AF0802;
}
.AnyTagClassName
{
color: #AF0802;
}
</style>
background-color css
<style>
a { background-color: #AF0802; }
a { background-color: rgb(175,8,2); }
div.DivClassName
{
background-color: #AF0802;
}
.BgClassName
{
background-color: #AF0802;
}
</style>
border-color css
<style>
span { border-color: #AF0802; }
span { border-color: rgb(175,8,2); }
td.TdClassName
{
border-color: #AF0802;
}
.TagClassName
{
border-color: #AF0802;
}
</style>