Shades of Free Speech Red #AF1702
Tints of Free Speech Red #AF1702
RGB
CMYK
RGB Variations
Color information
#AF1702 (or 0xAF1702) is known color: Free Speech Red. HEX triplet: AF, 17 and 02. RGB value is (175,23,2). Sum of RGB (Red+Green+Blue) = 175+23+2=200 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.5% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1702 is #50E8FD. Grayscale: #424242. Windows color (decimal): -5302526 or 137135. OLE color: 137135.
HSL color Cylindrical-coordinate representation of color #AF1702: hue angle of 7.28º 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 #AF1702 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 23 | 2 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.31 |
| HSL | 7.28º | 0.98% | 0.35% | - |
| HSV(B) | 7.28º | 0.99% | 0.69% | - |
| XYZ | 18 | 9.73 | 0.99 | - |
| YUV | 66.05 | 91.86 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 2 | 0 | 0.87 | 0.99 | 0.31 | 7.28 | 0.98 | 0.35 |
| Hex | AF | 17 | 2 | 0 | 57 | 63 | 1F | 7 | 62 | 23 |
| Octal | 257 | 27 | 2 | 0 | 127 | 143 | 37 | 7 | 142 | 43 |
| Binary | 10101111 | 10111 | 10 | 0 | 1010111 | 1100011 | 11111 | 111 | 1100010 | 100011 |
Color Harmonies of #AF1702
Complementary color
Monochromatic Colors of #AF1702
Black with #AF1702
Text Example
Text Example
White with #AF1702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1702; }
p { color: rgb(175,23,2); }
H1.HeaderClassName
{
color: #AF1702;
}
.AnyTagClassName
{
color: #AF1702;
}
</style>
background-color css
<style>
a { background-color: #AF1702; }
a { background-color: rgb(175,23,2); }
div.DivClassName
{
background-color: #AF1702;
}
.BgClassName
{
background-color: #AF1702;
}
</style>
border-color css
<style>
span { border-color: #AF1702; }
span { border-color: rgb(175,23,2); }
td.TdClassName
{
border-color: #AF1702;
}
.TagClassName
{
border-color: #AF1702;
}
</style>