Shades of Free Speech Red #AF0C04
Tints of Free Speech Red #AF0C04
RGB
CMYK
RGB Variations
Color information
#AF0C04 (or 0xAF0C04) is known color: Free Speech Red. HEX triplet: AF, 0C and 04. RGB value is (175,12,4). Sum of RGB (Red+Green+Blue) = 175+12+4=191 (25% of max value = 765). Red value is 175 (68.75% from 255 or 91.62% from 191); Green value is 12 (5.08% from 255 or 6.28% from 191); Blue value is 4 (1.95% from 255 or 2.09% from 191); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0C04 is #50F3FB. Grayscale: #3C3C3C. Windows color (decimal): -5305340 or 265391. OLE color: 265391.
HSL color Cylindrical-coordinate representation of color #AF0C04: hue angle of 2.81º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF0C04 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 12 | 4 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.31 |
| HSL | 2.81º | 0.96% | 0.35% | - |
| HSV(B) | 2.81º | 0.98% | 0.69% | - |
| XYZ | 17.83 | 9.39 | 0.99 | - |
| YUV | 59.83 | 96.5 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 4 | 0 | 0.93 | 0.98 | 0.31 | 2.81 | 0.96 | 0.35 |
| Hex | AF | C | 4 | 0 | 5D | 62 | 1F | 3 | 60 | 23 |
| Octal | 257 | 14 | 4 | 0 | 135 | 142 | 37 | 3 | 140 | 43 |
| Binary | 10101111 | 1100 | 100 | 0 | 1011101 | 1100010 | 11111 | 11 | 1100000 | 100011 |
Color Harmonies of #AF0C04
Complementary color
Monochromatic Colors of #AF0C04
Black with #AF0C04
Text Example
Text Example
White with #AF0C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0C04; }
p { color: rgb(175,12,4); }
H1.HeaderClassName
{
color: #AF0C04;
}
.AnyTagClassName
{
color: #AF0C04;
}
</style>
background-color css
<style>
a { background-color: #AF0C04; }
a { background-color: rgb(175,12,4); }
div.DivClassName
{
background-color: #AF0C04;
}
.BgClassName
{
background-color: #AF0C04;
}
</style>
border-color css
<style>
span { border-color: #AF0C04; }
span { border-color: rgb(175,12,4); }
td.TdClassName
{
border-color: #AF0C04;
}
.TagClassName
{
border-color: #AF0C04;
}
</style>