Shades of Free Speech Red #AF0D0D
Tints of Free Speech Red #AF0D0D
RGB
CMYK
RGB Variations
Color information
#AF0D0D (or 0xAF0D0D) is known color: Free Speech Red. HEX triplet: AF, 0D and 0D. RGB value is (175,13,13). Sum of RGB (Red+Green+Blue) = 175+13+13=201 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.06% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0D0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0D0D is #50F2F2. Grayscale: #3D3D3D. Windows color (decimal): -5305075 or 855471. OLE color: 855471.
HSL color Cylindrical-coordinate representation of color #AF0D0D: hue angle of 0º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0D0D is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 13 | 13 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.31 |
| HSL | 0º | 0.86% | 0.37% | - |
| HSV(B) | 0º | 0.93% | 0.69% | - |
| XYZ | 17.9 | 9.43 | 1.26 | - |
| YUV | 61.44 | 100.67 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 13 | 0 | 0.93 | 0.93 | 0.31 | 0 | 0.86 | 0.37 |
| Hex | AF | D | D | 0 | 5D | 5D | 1F | 0 | 56 | 25 |
| Octal | 257 | 15 | 15 | 0 | 135 | 135 | 37 | 0 | 126 | 45 |
| Binary | 10101111 | 1101 | 1101 | 0 | 1011101 | 1011101 | 11111 | 0 | 1010110 | 100101 |
Color Harmonies of #AF0D0D
Complementary color
Monochromatic Colors of #AF0D0D
Black with #AF0D0D
Text Example
Text Example
White with #AF0D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0D0D; }
p { color: rgb(175,13,13); }
H1.HeaderClassName
{
color: #AF0D0D;
}
.AnyTagClassName
{
color: #AF0D0D;
}
</style>
background-color css
<style>
a { background-color: #AF0D0D; }
a { background-color: rgb(175,13,13); }
div.DivClassName
{
background-color: #AF0D0D;
}
.BgClassName
{
background-color: #AF0D0D;
}
</style>
border-color css
<style>
span { border-color: #AF0D0D; }
span { border-color: rgb(175,13,13); }
td.TdClassName
{
border-color: #AF0D0D;
}
.TagClassName
{
border-color: #AF0D0D;
}
</style>