Shades of Free Speech Red #AF0602
Tints of Free Speech Red #AF0602
RGB
CMYK
RGB Variations
Color information
#AF0602 (or 0xAF0602) is known color: Free Speech Red. HEX triplet: AF, 06 and 02. RGB value is (175,6,2). Sum of RGB (Red+Green+Blue) = 175+6+2=183 (24% of max value = 765). Red value is 175 (68.75% from 255 or 95.63% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0602 is #50F9FD. Grayscale: #383838. Windows color (decimal): -5306878 or 132783. OLE color: 132783.
HSL color Cylindrical-coordinate representation of color #AF0602: hue angle of 1.39º 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 #AF0602 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 6 | 2 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.31 |
| HSL | 1.39º | 0.98% | 0.35% | - |
| HSV(B) | 1.39º | 0.99% | 0.69% | - |
| XYZ | 17.76 | 9.25 | 0.91 | - |
| YUV | 56.08 | 97.49 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 2 | 0 | 0.97 | 0.99 | 0.31 | 1.39 | 0.98 | 0.35 |
| Hex | AF | 6 | 2 | 0 | 61 | 63 | 1F | 1 | 62 | 23 |
| Octal | 257 | 6 | 2 | 0 | 141 | 143 | 37 | 1 | 142 | 43 |
| Binary | 10101111 | 110 | 10 | 0 | 1100001 | 1100011 | 11111 | 1 | 1100010 | 100011 |
Color Harmonies of #AF0602
Complementary color
Monochromatic Colors of #AF0602
Black with #AF0602
Text Example
Text Example
White with #AF0602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0602; }
p { color: rgb(175,6,2); }
H1.HeaderClassName
{
color: #AF0602;
}
.AnyTagClassName
{
color: #AF0602;
}
</style>
background-color css
<style>
a { background-color: #AF0602; }
a { background-color: rgb(175,6,2); }
div.DivClassName
{
background-color: #AF0602;
}
.BgClassName
{
background-color: #AF0602;
}
</style>
border-color css
<style>
span { border-color: #AF0602; }
span { border-color: rgb(175,6,2); }
td.TdClassName
{
border-color: #AF0602;
}
.TagClassName
{
border-color: #AF0602;
}
</style>