Shades of Free Speech Red #BF1308
Tints of Free Speech Red #BF1308
RGB
CMYK
RGB Variations
Color information
#BF1308 (or 0xBF1308) is known color: Free Speech Red. HEX triplet: BF, 13 and 08. RGB value is (191,19,8). Sum of RGB (Red+Green+Blue) = 191+19+8=218 (28% of max value = 765). Red value is 191 (75% from 255 or 87.61% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1308 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1308 is #40ECF7. Grayscale: #454545. Windows color (decimal): -4254968 or 529343. OLE color: 529343.
HSL color Cylindrical-coordinate representation of color #BF1308: hue angle of 3.61º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF1308 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 19 | 8 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.25 |
| HSL | 3.61º | 0.92% | 0.39% | - |
| HSV(B) | 3.61º | 0.96% | 0.75% | - |
| XYZ | 21.76 | 11.56 | 1.31 | - |
| YUV | 69.17 | 93.48 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 19 | 8 | 0 | 0.90 | 0.96 | 0.25 | 3.61 | 0.92 | 0.39 |
| Hex | BF | 13 | 8 | 0 | 5A | 60 | 19 | 4 | 5C | 27 |
| Octal | 277 | 23 | 10 | 0 | 132 | 140 | 31 | 4 | 134 | 47 |
| Binary | 10111111 | 10011 | 1000 | 0 | 1011010 | 1100000 | 11001 | 100 | 1011100 | 100111 |
Color Harmonies of #BF1308
Complementary color
Monochromatic Colors of #BF1308
Black with #BF1308
Text Example
Text Example
White with #BF1308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1308; }
p { color: rgb(191,19,8); }
H1.HeaderClassName
{
color: #BF1308;
}
.AnyTagClassName
{
color: #BF1308;
}
</style>
background-color css
<style>
a { background-color: #BF1308; }
a { background-color: rgb(191,19,8); }
div.DivClassName
{
background-color: #BF1308;
}
.BgClassName
{
background-color: #BF1308;
}
</style>
border-color css
<style>
span { border-color: #BF1308; }
span { border-color: rgb(191,19,8); }
td.TdClassName
{
border-color: #BF1308;
}
.TagClassName
{
border-color: #BF1308;
}
</style>