Shades of Free Speech Red #BF1509
Tints of Free Speech Red #BF1509
RGB
CMYK
RGB Variations
Color information
#BF1509 (or 0xBF1509) is known color: Free Speech Red. HEX triplet: BF, 15 and 09. RGB value is (191,21,9). Sum of RGB (Red+Green+Blue) = 191+21+9=221 (29% of max value = 765). Red value is 191 (75% from 255 or 86.43% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1509 is #40EAF6. Grayscale: #464646. Windows color (decimal): -4254455 or 595391. OLE color: 595391.
HSL color Cylindrical-coordinate representation of color #BF1509: hue angle of 3.96º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF1509 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 9 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.25 |
| HSL | 3.96º | 0.91% | 0.39% | - |
| HSV(B) | 3.96º | 0.95% | 0.75% | - |
| XYZ | 21.8 | 11.63 | 1.35 | - |
| YUV | 70.46 | 93.32 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 9 | 0 | 0.89 | 0.95 | 0.25 | 3.96 | 0.91 | 0.39 |
| Hex | BF | 15 | 9 | 0 | 59 | 5F | 19 | 4 | 5B | 27 |
| Octal | 277 | 25 | 11 | 0 | 131 | 137 | 31 | 4 | 133 | 47 |
| Binary | 10111111 | 10101 | 1001 | 0 | 1011001 | 1011111 | 11001 | 100 | 1011011 | 100111 |
Color Harmonies of #BF1509
Complementary color
Monochromatic Colors of #BF1509
Black with #BF1509
Text Example
Text Example
White with #BF1509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1509; }
p { color: rgb(191,21,9); }
H1.HeaderClassName
{
color: #BF1509;
}
.AnyTagClassName
{
color: #BF1509;
}
</style>
background-color css
<style>
a { background-color: #BF1509; }
a { background-color: rgb(191,21,9); }
div.DivClassName
{
background-color: #BF1509;
}
.BgClassName
{
background-color: #BF1509;
}
</style>
border-color css
<style>
span { border-color: #BF1509; }
span { border-color: rgb(191,21,9); }
td.TdClassName
{
border-color: #BF1509;
}
.TagClassName
{
border-color: #BF1509;
}
</style>