Shades of Free Speech Red #BF150D
Tints of Free Speech Red #BF150D
RGB
CMYK
RGB Variations
Color information
#BF150D (or 0xBF150D) is known color: Free Speech Red. HEX triplet: BF, 15 and 0D. RGB value is (191,21,13). Sum of RGB (Red+Green+Blue) = 191+21+13=225 (29% of max value = 765). Red value is 191 (75% from 255 or 84.89% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 191 - color contains mainly: red. Hex color #BF150D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF150D is #40EAF2. Grayscale: #474747. Windows color (decimal): -4254451 or 857535. OLE color: 857535.
HSL color Cylindrical-coordinate representation of color #BF150D: hue angle of 2.7º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF150D is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 13 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.25 |
| HSL | 2.7º | 0.87% | 0.4% | - |
| HSV(B) | 2.7º | 0.93% | 0.75% | - |
| XYZ | 21.83 | 11.64 | 1.48 | - |
| YUV | 70.92 | 95.32 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 13 | 0 | 0.89 | 0.93 | 0.25 | 2.7 | 0.87 | 0.4 |
| Hex | BF | 15 | D | 0 | 59 | 5D | 19 | 3 | 57 | 28 |
| Octal | 277 | 25 | 15 | 0 | 131 | 135 | 31 | 3 | 127 | 50 |
| Binary | 10111111 | 10101 | 1101 | 0 | 1011001 | 1011101 | 11001 | 11 | 1010111 | 101000 |
Color Harmonies of #BF150D
Complementary color
Monochromatic Colors of #BF150D
Black with #BF150D
Text Example
Text Example
White with #BF150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF150D; }
p { color: rgb(191,21,13); }
H1.HeaderClassName
{
color: #BF150D;
}
.AnyTagClassName
{
color: #BF150D;
}
</style>
background-color css
<style>
a { background-color: #BF150D; }
a { background-color: rgb(191,21,13); }
div.DivClassName
{
background-color: #BF150D;
}
.BgClassName
{
background-color: #BF150D;
}
</style>
border-color css
<style>
span { border-color: #BF150D; }
span { border-color: rgb(191,21,13); }
td.TdClassName
{
border-color: #BF150D;
}
.TagClassName
{
border-color: #BF150D;
}
</style>