Shades of Free Speech Red #BF140D
Tints of Free Speech Red #BF140D
RGB
CMYK
RGB Variations
Color information
#BF140D (or 0xBF140D) is known color: Free Speech Red. HEX triplet: BF, 14 and 0D. RGB value is (191,20,13). Sum of RGB (Red+Green+Blue) = 191+20+13=224 (29% of max value = 765). Red value is 191 (75% from 255 or 85.27% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 191 - color contains mainly: red. Hex color #BF140D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF140D is #40EBF2. Grayscale: #464646. Windows color (decimal): -4254707 or 857279. OLE color: 857279.
HSL color Cylindrical-coordinate representation of color #BF140D: hue angle of 2.36º 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 #BF140D is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 13 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.25 |
| HSL | 2.36º | 0.87% | 0.4% | - |
| HSV(B) | 2.36º | 0.93% | 0.75% | - |
| XYZ | 21.81 | 11.61 | 1.47 | - |
| YUV | 70.33 | 95.65 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 13 | 0 | 0.90 | 0.93 | 0.25 | 2.36 | 0.87 | 0.4 |
| Hex | BF | 14 | D | 0 | 5A | 5D | 19 | 2 | 57 | 28 |
| Octal | 277 | 24 | 15 | 0 | 132 | 135 | 31 | 2 | 127 | 50 |
| Binary | 10111111 | 10100 | 1101 | 0 | 1011010 | 1011101 | 11001 | 10 | 1010111 | 101000 |
Color Harmonies of #BF140D
Complementary color
Monochromatic Colors of #BF140D
Black with #BF140D
Text Example
Text Example
White with #BF140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF140D; }
p { color: rgb(191,20,13); }
H1.HeaderClassName
{
color: #BF140D;
}
.AnyTagClassName
{
color: #BF140D;
}
</style>
background-color css
<style>
a { background-color: #BF140D; }
a { background-color: rgb(191,20,13); }
div.DivClassName
{
background-color: #BF140D;
}
.BgClassName
{
background-color: #BF140D;
}
</style>
border-color css
<style>
span { border-color: #BF140D; }
span { border-color: rgb(191,20,13); }
td.TdClassName
{
border-color: #BF140D;
}
.TagClassName
{
border-color: #BF140D;
}
</style>