Shades of Free Speech Red #BF1908
Tints of Free Speech Red #BF1908
RGB
CMYK
RGB Variations
Color information
#BF1908 (or 0xBF1908) is known color: Free Speech Red. HEX triplet: BF, 19 and 08. RGB value is (191,25,8). Sum of RGB (Red+Green+Blue) = 191+25+8=224 (29% of max value = 765). Red value is 191 (75% from 255 or 85.27% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1908 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1908 is #40E6F7. Grayscale: #484848. Windows color (decimal): -4253432 or 530879. OLE color: 530879.
HSL color Cylindrical-coordinate representation of color #BF1908: hue angle of 5.57º 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 #BF1908 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 25 | 8 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.25 |
| HSL | 5.57º | 0.92% | 0.39% | - |
| HSV(B) | 5.57º | 0.96% | 0.75% | - |
| XYZ | 21.88 | 11.79 | 1.35 | - |
| YUV | 72.7 | 91.5 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 8 | 0 | 0.87 | 0.96 | 0.25 | 5.57 | 0.92 | 0.39 |
| Hex | BF | 19 | 8 | 0 | 57 | 60 | 19 | 6 | 5C | 27 |
| Octal | 277 | 31 | 10 | 0 | 127 | 140 | 31 | 6 | 134 | 47 |
| Binary | 10111111 | 11001 | 1000 | 0 | 1010111 | 1100000 | 11001 | 110 | 1011100 | 100111 |
Color Harmonies of #BF1908
Complementary color
Monochromatic Colors of #BF1908
Black with #BF1908
Text Example
Text Example
White with #BF1908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1908; }
p { color: rgb(191,25,8); }
H1.HeaderClassName
{
color: #BF1908;
}
.AnyTagClassName
{
color: #BF1908;
}
</style>
background-color css
<style>
a { background-color: #BF1908; }
a { background-color: rgb(191,25,8); }
div.DivClassName
{
background-color: #BF1908;
}
.BgClassName
{
background-color: #BF1908;
}
</style>
border-color css
<style>
span { border-color: #BF1908; }
span { border-color: rgb(191,25,8); }
td.TdClassName
{
border-color: #BF1908;
}
.TagClassName
{
border-color: #BF1908;
}
</style>