Shades of Free Speech Red #AF1502
Tints of Free Speech Red #AF1502
RGB
CMYK
RGB Variations
Color information
#AF1502 (or 0xAF1502) is known color: Free Speech Red. HEX triplet: AF, 15 and 02. RGB value is (175,21,2). Sum of RGB (Red+Green+Blue) = 175+21+2=198 (26% of max value = 765). Red value is 175 (68.75% from 255 or 88.38% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1502 is #50EAFD. Grayscale: #414141. Windows color (decimal): -5303038 or 136623. OLE color: 136623.
HSL color Cylindrical-coordinate representation of color #AF1502: hue angle of 6.59º 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 #AF1502 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 2 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.31 |
| HSL | 6.59º | 0.98% | 0.35% | - |
| HSV(B) | 6.59º | 0.99% | 0.69% | - |
| XYZ | 17.96 | 9.65 | 0.97 | - |
| YUV | 64.88 | 92.52 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 2 | 0 | 0.88 | 0.99 | 0.31 | 6.59 | 0.98 | 0.35 |
| Hex | AF | 15 | 2 | 0 | 58 | 63 | 1F | 7 | 62 | 23 |
| Octal | 257 | 25 | 2 | 0 | 130 | 143 | 37 | 7 | 142 | 43 |
| Binary | 10101111 | 10101 | 10 | 0 | 1011000 | 1100011 | 11111 | 111 | 1100010 | 100011 |
Color Harmonies of #AF1502
Complementary color
Monochromatic Colors of #AF1502
Black with #AF1502
Text Example
Text Example
White with #AF1502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1502; }
p { color: rgb(175,21,2); }
H1.HeaderClassName
{
color: #AF1502;
}
.AnyTagClassName
{
color: #AF1502;
}
</style>
background-color css
<style>
a { background-color: #AF1502; }
a { background-color: rgb(175,21,2); }
div.DivClassName
{
background-color: #AF1502;
}
.BgClassName
{
background-color: #AF1502;
}
</style>
border-color css
<style>
span { border-color: #AF1502; }
span { border-color: rgb(175,21,2); }
td.TdClassName
{
border-color: #AF1502;
}
.TagClassName
{
border-color: #AF1502;
}
</style>