Shades of Free Speech Red #BF1403
Tints of Free Speech Red #BF1403
RGB
CMYK
RGB Variations
Color information
#BF1403 (or 0xBF1403) is known color: Free Speech Red. HEX triplet: BF, 14 and 03. RGB value is (191,20,3). Sum of RGB (Red+Green+Blue) = 191+20+3=214 (28% of max value = 765). Red value is 191 (75% from 255 or 89.25% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 3 (1.56% from 255 or 1.40% from 214); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1403 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1403 is #40EBFC. Grayscale: #454545. Windows color (decimal): -4254717 or 201919. OLE color: 201919.
HSL color Cylindrical-coordinate representation of color #BF1403: hue angle of 5.43º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF1403 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 3 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.25 |
| HSL | 5.43º | 0.97% | 0.38% | - |
| HSV(B) | 5.43º | 0.98% | 0.75% | - |
| XYZ | 21.75 | 11.58 | 1.18 | - |
| YUV | 69.19 | 90.65 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 3 | 0 | 0.90 | 0.98 | 0.25 | 5.43 | 0.97 | 0.38 |
| Hex | BF | 14 | 3 | 0 | 5A | 62 | 19 | 5 | 61 | 26 |
| Octal | 277 | 24 | 3 | 0 | 132 | 142 | 31 | 5 | 141 | 46 |
| Binary | 10111111 | 10100 | 11 | 0 | 1011010 | 1100010 | 11001 | 101 | 1100001 | 100110 |
Color Harmonies of #BF1403
Complementary color
Monochromatic Colors of #BF1403
Black with #BF1403
Text Example
Text Example
White with #BF1403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1403; }
p { color: rgb(191,20,3); }
H1.HeaderClassName
{
color: #BF1403;
}
.AnyTagClassName
{
color: #BF1403;
}
</style>
background-color css
<style>
a { background-color: #BF1403; }
a { background-color: rgb(191,20,3); }
div.DivClassName
{
background-color: #BF1403;
}
.BgClassName
{
background-color: #BF1403;
}
</style>
border-color css
<style>
span { border-color: #BF1403; }
span { border-color: rgb(191,20,3); }
td.TdClassName
{
border-color: #BF1403;
}
.TagClassName
{
border-color: #BF1403;
}
</style>